mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 09:34:42 +04:00
Merge pull request #2114 from pre-commit/fix-indent
fix indent in hook-tmpl
This commit is contained in:
commit
58ae1140c3
1 changed files with 2 additions and 2 deletions
|
|
@ -15,6 +15,6 @@ if [ -x "$INSTALL_PYTHON" ]; then
|
||||||
elif command -v pre-commit > /dev/null; then
|
elif command -v pre-commit > /dev/null; then
|
||||||
exec pre-commit "${ARGS[@]}"
|
exec pre-commit "${ARGS[@]}"
|
||||||
else
|
else
|
||||||
echo '`pre-commit` not found. Did you forget to activate your virtualenv?' 1>&2
|
echo '`pre-commit` not found. Did you forget to activate your virtualenv?' 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue