We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd429d5 commit ae13d1fCopy full SHA for ae13d1f
1 file changed
scripts/push/renew-catalog-template
@@ -17,7 +17,7 @@ ls -lt locales/pot
17
cd locales
18
git add pot
19
git status
20
-if [[ $(git status -short | wc -l) == 0 ]]; then
+if [[ $(git status --short | wc -l) == 0 ]]; then
21
echo "no .pot file to update"
22
exit 0
23
fi
0 commit comments