upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/lib/git/nostr_url.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/git/nostr_url.rs')
-rw-r--r--src/lib/git/nostr_url.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/git/nostr_url.rs b/src/lib/git/nostr_url.rs
index 42b0ac9..b310782 100644
--- a/src/lib/git/nostr_url.rs
+++ b/src/lib/git/nostr_url.rs
@@ -308,7 +308,7 @@ impl CloneUrl {
308 // Set the port if present 308 // Set the port if present
309 if let Some(port) = self.port { 309 if let Some(port) = self.port {
310 url.set_port(Some(port)) 310 url.set_port(Some(port))
311 .map_err(|_| anyhow!("cannot add port"))?; 311 .map_err(|_| anyhow!("failed to add port"))?;
312 } 312 }
313 313
314 // Set the query parameters if present 314 // Set the query parameters if present