commit f098f3ae5c52f5f144fc83c898d0c8f4171384d9 parent d88f63d099dcabbd72a59e5defdb2bf0f9dfdd69 Author: William Casarin <jb55@jb55.com> Date: Sat, 19 Nov 2022 10:05:21 -0800 send: silence message Diffstat:
M | git-send-nostr | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/git-send-nostr b/git-send-nostr @@ -73,7 +73,6 @@ fi hashtag=$(git config nostr.hashtag) if [[ $hashtag != "" ]]; then - printf "using hashtag $hashtag\n" >&2 hashtag="--tag t $hashtag" fi