git-nostr-tools

git nostr tools
git clone git://jb55.com/git-nostr-tools
Log | Files | Refs

commit 1699931ab8992f679ff224e8ae8890ede1264538
parent ec1a73fa8231940d728938106f573d71375ecee5
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 19 Nov 2022 10:52:15 -0800

send: support multiple relays

Diffstat:
Mgit-send-nostr | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-send-nostr b/git-send-nostr @@ -94,7 +94,7 @@ elif [ -z "$relay" ]; then else echo "$id" printf "relaying to $relay using $NOSTR_RELAYER...\n" >&2 - <<<$json $NOSTR_RELAYER "$relay" + <<<$json $NOSTR_RELAYER $relay fi if [[ $sec == "" ]]; then