fix indent in hook-tmpl

This commit is contained in:
Anthony Sottile
2021-10-30 12:11:52 -04:00
parent d300bcfb80
commit 087541cb2d

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