1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

[fix] update_translations wasn't getting the files as argument

This commit is contained in:
Laurent Peuch 2017-04-06 03:28:33 +02:00
parent 152c67cba0
commit be0ecf09cf

View file

@ -38,7 +38,7 @@ fi
if [ "$before_pull_commit" != "$(git show HEAD | head -n 1)" ] if [ "$before_pull_commit" != "$(git show HEAD | head -n 1)" ]
then then
python ./update_translations.py python ./update_translations.py official.json community.json dev.json
if [ "$(git status -s| grep 'M locales/en.json')" ] if [ "$(git status -s| grep 'M locales/en.json')" ]
then then
git add locales/en.json git add locales/en.json