style(hooks): fix syntax error in pre-receive hook

This commit is contained in:
Jan K9f 2025-04-07 19:27:11 +02:00
parent 167e619b7b
commit efca0326ab
Signed by: jank
GPG key ID: B9F475106B20F144

View file

@ -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}"