upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/git_remote_nostr/list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/git_remote_nostr/list.rs')
-rw-r--r--src/bin/git_remote_nostr/list.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/git_remote_nostr/list.rs b/src/bin/git_remote_nostr/list.rs
index c8843e3..d3682ec 100644
--- a/src/bin/git_remote_nostr/list.rs
+++ b/src/bin/git_remote_nostr/list.rs
@@ -164,11 +164,7 @@ pub fn list_from_remote(
164 164
165 for protocol in &protocols_to_attempt { 165 for protocol in &protocols_to_attempt {
166 term.write_line( 166 term.write_line(
167 format!( 167 format!("fetching {} ref list over {protocol}...", server_url.short_name(),).as_str(),
168 "fetching ref list over {protocol} from {}...",
169 server_url.short_name(),
170 )
171 .as_str(),
172 )?; 168 )?;
173 169
174 let formatted_url = server_url.format_as(protocol, &decoded_nostr_url.user)?; 170 let formatted_url = server_url.format_as(protocol, &decoded_nostr_url.user)?;