diff options
Diffstat (limited to 'src/lib/git/nostr_url.rs')
| -rw-r--r-- | src/lib/git/nostr_url.rs | 2 |
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 |