Skip to content

Commit

Permalink
Merge pull request pre-commit#2114 from pre-commit/fix-indent
Browse files Browse the repository at this point in the history
fix indent in hook-tmpl
  • Loading branch information
asottile committed Oct 30, 2021
2 parents d300bcf + 087541c commit 58ae114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pre_commit/resources/hook-tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58ae114

Please sign in to comment.