Skip to content

Commit 284c8bc

Browse files
committed
banotify: silent
1 parent 3959b83 commit 284c8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/banotify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ remote_irc_notify() {
6868
}
6969

7070
# TODO: group packages by name
71-
sprunge=$(printf '%s\n' "${packages[@]}" | curl -F'file=@-' https://0x0.st)
71+
sprunge=$(printf '%s\n' "${packages[@]}" | curl -s -F'file=@-' https://0x0.st)
7272

7373
# TODO: color?
7474
if $use_list ; then

0 commit comments

Comments
 (0)