diff options
Diffstat (limited to 'bin/nit-picker')
-rwxr-xr-x | bin/nit-picker | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/nit-picker b/bin/nit-picker index 3b30bbe..309fb5b 100755 --- a/bin/nit-picker +++ b/bin/nit-picker @@ -1,5 +1,7 @@ #!/bin/sh +# shellcheck disable=SC2119 + # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" @@ -87,7 +89,8 @@ while pgrep -x ii >/dev/null; do grep -qxF 'commit'; then printf 'commit %s is missing from repository %s\n' \ "${git_rev}" \ - "${git_repo}" + "${git_repo}" \ + | irc_say fi ;; *) |