From 8d3688ecfd4a0f1a8908a0cb471e7b7792d9b54b Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Fri, 25 Mar 2022 13:47:56 +0100
Subject: [PATCH] git-hooks irc-announce: verbose == true, not false

---
 krebs/5pkgs/simple/git-hooks/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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