Fix error message during pre-push / commit-msg

This commit is contained in:
Anthony Sottile
2017-09-05 09:33:51 -07:00
parent 50564480fb
commit 7c59607d35

View File

@@ -25,7 +25,7 @@ if ((
(ENV_PYTHON_RETV != 0) &&
(PYTHON_RETV != 0)
)); then
echo '`{hook_type}` not found. Did you forget to activate your virtualenv?'
echo '`pre-commit` not found. Did you forget to activate your virtualenv?'
exit 1
fi