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 e880f0d..c35699d 100644
--- a/src/bin/git_remote_nostr/push.rs
+++ b/src/bin/git_remote_nostr/push.rs
@@ -75,7 +75,6 @@ pub async fn run_push(
75 git_repo, 75 git_repo,
76 &repo_ref.git_server, 76 &repo_ref.git_server,
77 &repo_ref.to_nostr_git_url(&None), 77 &repo_ref.to_nostr_git_url(&None),
78 &repo_ref.grasp_servers(),
79 ) 78 )
80 }); 79 });
81 80