We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5056448 commit 7c59607Copy full SHA for 7c59607
1 file changed
pre_commit/resources/hook-tmpl
@@ -25,7 +25,7 @@ if ((
25
(ENV_PYTHON_RETV != 0) &&
26
(PYTHON_RETV != 0)
27
)); then
28
- echo '`{hook_type}` not found. Did you forget to activate your virtualenv?'
+ echo '`pre-commit` not found. Did you forget to activate your virtualenv?'
29
exit 1
30
fi
31
0 commit comments