From be0ecf09cfc5c7dce247efd76de79e193a003d1a Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 6 Apr 2017 03:28:33 +0200 Subject: [PATCH] [fix] update_translations wasn't getting the files as argument --- should_i_rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/should_i_rebuild.sh b/should_i_rebuild.sh index da0ba83a..b04b7341 100644 --- a/should_i_rebuild.sh +++ b/should_i_rebuild.sh @@ -38,7 +38,7 @@ fi if [ "$before_pull_commit" != "$(git show HEAD | head -n 1)" ] then - python ./update_translations.py + python ./update_translations.py official.json community.json dev.json if [ "$(git status -s| grep 'M locales/en.json')" ] then git add locales/en.json