upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr/push.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/git_remote_nostr/push.rs')
-rw-r--r--src/bin/git_remote_nostr/push.rs1
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()?),