From a2d4df6e759070fe88a311d9a03836cb3a405012 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 16 Feb 2026 12:53:13 +0000 Subject: fix: report wording consistancy in publishing always report publishing and finish with published --- src/bin/git_remote_nostr/push.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bin/git_remote_nostr/push.rs') diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs index 5cbec7f..c2f4ddd 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs @@ -285,7 +285,6 @@ async fn create_and_publish_events_and_proposals( // TODO check whether tip of each branch pushed is on at least one git server // before broadcasting the nostr state if !events.is_empty() { - term.write_line("broadcast to nostr relays:")?; send_events( client, Some(git_repo.get_path()?), -- cgit v1.2.3