style(hooks): fix syntax error in pre-receive hook
This commit is contained in:
parent
167e619b7b
commit
efca0326ab
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue