X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/d2d9efeffd9867660166926c6ac3262b8d22e111..9343cf4818bc2b3772e46842b6703b2e9cd99e4d:/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