diff --git a/findpochanges.sh b/findpochanges.sh
index 460776f696aeee30b084381b3e4d27f04e97b4f6..4e63d5a4e2da35b32c642f1a25c4f0435e4dcb09 100755
--- a/findpochanges.sh
+++ b/findpochanges.sh
@@ -6,8 +6,9 @@ for i in i2p2www/translations/*/*/*.po
 do
 	if [ -d ./.git ]; then
 		git diff $i | grep '+msgstr' | grep -v '+msgstr ""' > $TMP
-	fi
+	else
 		mtn diff $i | grep '+msgstr' | grep -v '+msgstr ""' > $TMP
+	fi
 	if [ -s $TMP ]
 	then
 		echo $i >> $TMP2