From efca0326ab4ea97ad8bfc6e5c9f802fa88c6bee5 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Mon, 7 Apr 2025 19:27:11 +0200 Subject: [PATCH] style(hooks): fix syntax error in pre-receive hook --- hooks/pre-recieve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/pre-recieve.sh b/hooks/pre-recieve.sh index 0a809d5..c8a0fa0 100644 --- a/hooks/pre-recieve.sh +++ b/hooks/pre-recieve.sh @@ -53,7 +53,7 @@ while read -r OLD_REV NEW_REV REF_NAME; do else echo -e "${BLUE}New branch - validating all $COMMIT_COUNT commits${NC}" fi - } + fi echo -e "${YELLOW}Checking commits in $REF_NAME${NC}"