TSK-1274: make commit-msg hook executable

This commit is contained in:
Mustapha Zorgati 2020-06-05 23:55:05 +02:00
parent cc4efaa1cd
commit a18f7e52e5
1 changed files with 1 additions and 1 deletions

2
qa/hooks/commit-msg Normal file → Executable file
View File

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