X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/b365b52416a5c3d79b96ca9401b5031db4bddba2..420bd8c9c431223f9299477dc885d2c9d9f077c5:/git-pre-commit-hook?ds=inline diff --git a/git-pre-commit-hook b/git-pre-commit-hook index 7db6818..85b4445 100755 --- a/git-pre-commit-hook +++ b/git-pre-commit-hook @@ -17,6 +17,6 @@ D=$(mktemp -d) git checkout-index --prefix="$D/" -a pushd "$D" -nix-shell --run ./test.sh +nix-shell --arg lint true --run './test.sh lint' popd