Merge pull request #2114 from pre-commit/fix-indent

fix indent in hook-tmpl
This commit is contained in:
Anthony Sottile 2021-10-30 13:40:44 -04:00 committed by GitHub
commit 58ae1140c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,6 @@ if [ -x "$INSTALL_PYTHON" ]; then
elif command -v pre-commit > /dev/null; then
exec pre-commit "${ARGS[@]}"
else
echo '`pre-commit` not found. Did you forget to activate your virtualenv?' 1>&2
exit 1
echo '`pre-commit` not found. Did you forget to activate your virtualenv?' 1>&2
exit 1
fi