Tweak Makefile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2025-08-27 15:16:26 -04:00
parent be3362ae72
commit 9f219d2cf0

View File

@ -93,9 +93,9 @@ check-pot-changes:
echo "No .pot changes!"; \
exit 0; \
else \
echo ".pot changes!"; \
git status; \
git diff; \
echo ".pot changes!"; \
exit 1; \
fi