Skip to content

Commit 087541c

Browse files
committed
fix indent in hook-tmpl
1 parent d300bcf commit 087541c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre_commit/resources/hook-tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ if [ -x "$INSTALL_PYTHON" ]; then
1515
elif command -v pre-commit > /dev/null; then
1616
exec pre-commit "${ARGS[@]}"
1717
else
18-
echo '`pre-commit` not found. Did you forget to activate your virtualenv?' 1>&2
19-
exit 1
18+
echo '`pre-commit` not found. Did you forget to activate your virtualenv?' 1>&2
19+
exit 1
2020
fi

0 commit comments

Comments
 (0)