diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-16 12:53:13 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-16 12:53:13 +0000 |
| commit | a2d4df6e759070fe88a311d9a03836cb3a405012 (patch) | |
| tree | 8c39b6e6824ace4035123c47d4c1b88a4d814305 /src/bin/git_remote_nostr/push.rs | |
| parent | 1d08d2e77dec6dc2c5a8df8776b74f4ba5405e8d (diff) | |
fix: report wording consistancy in publishing
always report publishing and finish with published
Diffstat (limited to 'src/bin/git_remote_nostr/push.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/push.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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( | |||
| 285 | // TODO check whether tip of each branch pushed is on at least one git server | 285 | // TODO check whether tip of each branch pushed is on at least one git server |
| 286 | // before broadcasting the nostr state | 286 | // before broadcasting the nostr state |
| 287 | if !events.is_empty() { | 287 | if !events.is_empty() { |
| 288 | term.write_line("broadcast to nostr relays:")?; | ||
| 289 | send_events( | 288 | send_events( |
| 290 | client, | 289 | client, |
| 291 | Some(git_repo.get_path()?), | 290 | Some(git_repo.get_path()?), |