upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr/fetch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/git_remote_nostr/fetch.rs')
-rw-r--r--src/bin/git_remote_nostr/fetch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/git_remote_nostr/fetch.rs b/src/bin/git_remote_nostr/fetch.rs
index baf56ed..312690a 100644
--- a/src/bin/git_remote_nostr/fetch.rs
+++ b/src/bin/git_remote_nostr/fetch.rs
@@ -147,6 +147,7 @@ fn fetch_from_git_server(
147 if !failed_protocols.is_empty() { 147 if !failed_protocols.is_empty() {
148 term.write_line(format!("fetch: succeeded over {protocol}").as_str())?; 148 term.write_line(format!("fetch: succeeded over {protocol}").as_str())?;
149 } 149 }
150 break;
150 } 151 }
151 } 152 }
152 if success { 153 if success {