]> git.scottworley.com Git - pinch/blobdiff - git-pre-commit-hook
Release 3.0.10
[pinch] / git-pre-commit-hook
index 7db6818fc588c12319dad91daa346aae73970c29..85b444576abb508a61b0e5d3ab7bd88397610c35 100755 (executable)
@@ -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