summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-03-25 13:49:21 +0100
committerlassulus <lassulus@lassul.us>2022-03-25 13:49:21 +0100
commita0c8d2186301b21e5922ce34654b76cff0f44fb9 (patch)
tree399649eee6f03b77a61509bd0d0bff0f1b0cc5ad /krebs/5pkgs
parentb14ccba40fdb228859f93ce349aa48905ecdf835 (diff)
parent8d3688ecfd4a0f1a8908a0cb471e7b7792d9b54b (diff)
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'krebs/5pkgs')
-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