upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/git_remote_nostr')
-rw-r--r--src/bin/git_remote_nostr/push.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs
index 06624f4..91b01b9 100644
--- a/src/bin/git_remote_nostr/push.rs
+++ b/src/bin/git_remote_nostr/push.rs
@@ -298,7 +298,7 @@ async fn create_and_publish_events_and_proposals(
298 // TODO check whether tip of each branch pushed is on at least one git server 298 // TODO check whether tip of each branch pushed is on at least one git server
299 // before broadcasting the nostr state 299 // before broadcasting the nostr state
300 if !events.is_empty() { 300 if !events.is_empty() {
301 send_events( 301 let _relay_results = send_events(
302 client, 302 client,
303 Some(git_repo.get_path()?), 303 Some(git_repo.get_path()?),
304 events, 304 events,