From 054483bb70504c634b0faaffbda7c9c642d92e85 Mon Sep 17 00:00:00 2001 From: CaTasTrOOf <benoit@besnard.biz> Date: Mon, 14 Feb 2022 22:02:30 +0100 Subject: [PATCH] Fix pre-commit hook --- .githooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 2757b67..dcb3f45 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -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 -- GitLab