mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Fix error message during pre-push / commit-msg
This commit is contained in:
parent
50564480fb
commit
7c59607d35
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue