From 07fd8f6e0e5cfbfdea18c62fdf6865039e628663 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 6 Apr 2017 18:36:21 +0200 Subject: [PATCH] [fix] handle unsync repo --- should_i_rebuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/should_i_rebuild.sh b/should_i_rebuild.sh index ae463178..762ccdc1 100644 --- a/should_i_rebuild.sh +++ b/should_i_rebuild.sh @@ -31,6 +31,7 @@ then then git add locales/en.json git commit -m "[mod] update en.json with new translations" + git pull git push yunohost-bot master # uses hub/git-spindle from pypi