8000 Fix option format · python/python-docs-ja@ae13d1f · GitHub
[go: up one dir, main page]

Skip to content

Commit ae13d1f

Browse files
committed
Fix option format
1 parent bd429d5 commit ae13d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push/renew-catalog-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ls -lt locales/pot
1717
cd locales
1818
git add pot
1919
git status
20-
if [[ $(git status -short | wc -l) == 0 ]]; then
20+
if [[ $(git status --short | wc -l) == 0 ]]; then
2121
echo "no .pot file to update"
2222
exit 0
2323
fi

0 commit comments

Comments
 (0)
0