git-hooks irc-announce: verbose == true, not false

This commit is contained in:
tv 2022-03-25 13:47:56 +01:00
parent 84801ef88c
commit 8d3688ecfd

View File

@ -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