TSK-1274: make commit-msg hook executable
This commit is contained in:
parent
cc4efaa1cd
commit
a18f7e52e5
|
@ -12,4 +12,4 @@ if [[ $COMMIT_MESSAGE =~ $REGEX ]]; then
|
|||
else
|
||||
echo -e "\033[0;31mERROR:\033[0m Prefix Git commit messages with the ticket number, e.g. TSK-140: xyz..."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue