fix indent in hook-tmpl

This commit is contained in:
Anthony Sottile 2021-10-30 12:11:52 -04:00 committed by Esteban Zapata Rojas
parent 9e2ec6e98c
commit 3135eb0654

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