diff options
author | tv <tv@krebsco.de> | 2022-03-25 13:47:56 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-03-25 13:48:17 +0100 |
commit | 8d3688ecfd4a0f1a8908a0cb471e7b7792d9b54b (patch) | |
tree | 28f3e7b78c20c3c7159a4fdbc06ba5e8a3ac5e10 /krebs/5pkgs | |
parent | 84801ef88c63c9bfc5752066e461c96bc0e8c68b (diff) |
git-hooks irc-announce: verbose == true, not false
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r-- | krebs/5pkgs/simple/git-hooks/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/git-hooks/default.nix b/krebs/5pkgs/simple/git-hooks/default.nix index 13fe7aa67..3ec43739c 100644 --- a/krebs/5pkgs/simple/git-hooks/default.nix +++ b/krebs/5pkgs/simple/git-hooks/default.nix @@ -96,7 +96,7 @@ with stockholm.lib; #$host $GIT_SSH_REPO $ref $link add_message $(pink push) $link $(gray "($receive_mode)") - ${optionalString (verbose == false || typeOf verbose == "set") /* sh */ '' + ${optionalString (verbose == true || typeOf verbose == "set") /* sh */ '' ${optionalString (verbose.exclude or [] != []) /* sh */ '' case $ref in (${concatStringsSep "|" verbose.exclude}) continue |