Skip to content
Snippets Groups Projects
Commit 054483bb authored by CaTasTrOOf's avatar CaTasTrOOf
Browse files

Fix pre-commit hook

parent 260d0def
No related branches found
No related tags found
1 merge request!15Fix pre-commit hook
Pipeline #14956 passed
......@@ -20,7 +20,7 @@ else
echo -e "$BLUE$FINDING_MISSING_KEYS$NC"
if [ $FINDING_MISSING_KEYS -ne 0 ]; then
echo -e "${RED}You must to complete all i18n keys used in pages${NC}"
git st i18n/locales/*.json
git status i18n/locales/*.json
exit $FINDING_MISSING_KEYS
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment