summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-03-25 13:47:56 +0100
committertv <tv@krebsco.de>2022-03-25 13:48:17 +0100
commit8d3688ecfd4a0f1a8908a0cb471e7b7792d9b54b (patch)
tree28f3e7b78c20c3c7159a4fdbc06ba5e8a3ac5e10
parent84801ef88c63c9bfc5752066e461c96bc0e8c68b (diff)
git-hooks irc-announce: verbose == true, not false
-rw-r--r--krebs/5pkgs/simple/git-hooks/default.nix2
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 13fe7aa6..3ec43739 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