We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d300bcf commit 087541cCopy full SHA for 087541c
pre_commit/resources/hook-tmpl
@@ -15,6 +15,6 @@ if [ -x "$INSTALL_PYTHON" ]; then
15
elif command -v pre-commit > /dev/null; then
16
exec pre-commit "${ARGS[@]}"
17
else
18
- echo '`pre-commit` not found. Did you forget to activate your virtualenv?' 1>&2
19
- exit 1
+ echo '`pre-commit` not found. Did you forget to activate your virtualenv?' 1>&2
+ exit 1
20
fi
0 commit comments