From 5ed6cd417a3423e764b1fd8bd63e739961340dcd Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 4 Jan 2015 12:47:16 -0500 Subject: [PATCH] Small fix to po update script. --- development/tools/update-po.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/tools/update-po.sh b/development/tools/update-po.sh index a024deac99..dc4abb118d 100644 --- a/development/tools/update-po.sh +++ b/development/tools/update-po.sh @@ -98,7 +98,7 @@ fi if [ -z "$COMMIT" ]; then echo "Differences found!"; diff -wu $FARM/$I18NFILE $I18NFILE | less; - git checkout *.po; + git checkout *.po *.gmo; exit 0; fi -- 2.39.5