Skip to content

Commit 5246bd2

Browse files
committed
Display git status
1 parent 16b16be commit 5246bd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/renew-catalog-template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ls -lt locales/pot
1616
# upload catalog templates to cpython-doc-catalog
1717
cd locales
1818
git add pot
19+
git status
1920
if [ $(git status -s | wc -l) -eq 0 ]; then
2021
echo "no .pot file to update"
2122
exit 0

0 commit comments

Comments
 (0)