Merge pull request #606 from pre-commit/minor-hook-tmpl-fixups

Fix error message during pre-push / commit-msg
This commit is contained in:
Anthony Sottile 2017-09-05 10:22:43 -07:00 committed by GitHub
commit bfa23f1f4f

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