Skip to content

Commit

Permalink
Fix error message during pre-push / commit-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 5, 2017
1 parent 5056448 commit 7c59607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit/resources/hook-tmpl
Expand Up @@ -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

Expand Down

0 comments on commit 7c59607

Please sign in to comment.