From 7d1c0aca1131d28337443efca2a5b2251cb35c62 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 6 Apr 2017 03:38:21 +0200 Subject: [PATCH] =?UTF-8?q?[fix]=20I'm=20an=20idiot=20=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b04b7341..3ecae4ff 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 official.json community.json dev.json + python ./update_translations.py official-build.json community-build.json dev-build.json if [ "$(git status -s| grep 'M locales/en.json')" ] then git add locales/en.json