Skip to content
Snippets Groups Projects
Commit 82084cfd authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

Merge branch 'FixHooks' into 'master'

Fix pre-commit hook

See merge request clients/wotwizard-ui!15
parents 260d0def 054483bb
No related branches found
No related tags found
1 merge request!15Fix pre-commit hook
...@@ -20,7 +20,7 @@ else ...@@ -20,7 +20,7 @@ else
echo -e "$BLUE$FINDING_MISSING_KEYS$NC" echo -e "$BLUE$FINDING_MISSING_KEYS$NC"
if [ $FINDING_MISSING_KEYS -ne 0 ]; then if [ $FINDING_MISSING_KEYS -ne 0 ]; then
echo -e "${RED}You must to complete all i18n keys used in pages${NC}" 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 exit $FINDING_MISSING_KEYS
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment