Skip to content

Commit 477000b

Browse files
committed
Add -v to args
1 parent 863c9ef commit 477000b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2933,7 +2933,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
29332933
name = "gitleaks";
29342934
description = "Find secrets with Gitleaks";
29352935
entry = lib.getExe tools.gitleaks;
2936-
args = [ "git" ];
2936+
args = [ "git" "-v" ];
29372937
always_run = true;
29382938
stages = [ "post-commit" ];
29392939
};

0 commit comments

Comments
 (0)