diff options
Diffstat (limited to 'src/bin/git_remote_nostr/push.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/push.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs index 364555a..7f63eb0 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs | |||
| @@ -355,11 +355,7 @@ fn push_to_remote( | |||
| 355 | 355 | ||
| 356 | for protocol in &protocols_to_attempt { | 356 | for protocol in &protocols_to_attempt { |
| 357 | term.write_line( | 357 | term.write_line( |
| 358 | format!( | 358 | format!("fetching {} ref list over {protocol}...", server_url.short_name(),).as_str(), |
| 359 | "fetching ref list over {protocol} from {}...", | ||
| 360 | server_url.short_name(), | ||
| 361 | ) | ||
| 362 | .as_str(), | ||
| 363 | )?; | 359 | )?; |
| 364 | 360 | ||
| 365 | let formatted_url = server_url.format_as(protocol, &decoded_nostr_url.user)?; | 361 | let formatted_url = server_url.format_as(protocol, &decoded_nostr_url.user)?; |