upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/sub_commands/init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ngit/sub_commands/init.rs')
-rw-r--r--src/bin/ngit/sub_commands/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/sub_commands/init.rs b/src/bin/ngit/sub_commands/init.rs
index 5ff57d5..021a33e 100644
--- a/src/bin/ngit/sub_commands/init.rs
+++ b/src/bin/ngit/sub_commands/init.rs
@@ -1266,7 +1266,7 @@ async fn publish_and_finalize(
1266 // Step 5: Publish events 1266 // Step 5: Publish events
1267 client.set_signer(signer).await; 1267 client.set_signer(signer).await;
1268 1268
1269 send_events( 1269 let _ = send_events(
1270 client, 1270 client,
1271 Some(git_repo_path), 1271 Some(git_repo_path),
1272 events, 1272 events,