Andreas Jaeger 1e8c6eedf0 Make propose_translation_update more robust
If there're no translations at all, the locale directory is empty
but we try to add content and that fails like:
 + git add 'ironic_ui/locale/*'
 | fatal: pathspec 'ironic_ui/locale/*' did not match any files

Do not use a wildcard, just add the directory. That way the git command
and will not fail - and the rest of the script works fine.

Change-Id: I2a67b692f437a1bced9507e66cce217765d5d913
2016-02-11 21:20:24 +01:00
..
2016-02-11 09:43:38 +00:00