git-hooks irc-announce: verbose == true, not false
This commit is contained in:
parent
84801ef88c
commit
8d3688ecfd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user