diff options
Diffstat (limited to 'src/bin/ngit/sub_commands/sync.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/sync.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/sub_commands/sync.rs b/src/bin/ngit/sub_commands/sync.rs index 0860cc4..b7eb812 100644 --- a/src/bin/ngit/sub_commands/sync.rs +++ b/src/bin/ngit/sub_commands/sync.rs | |||
| @@ -185,7 +185,7 @@ pub async fn launch(args: &SubCommandArgs) -> Result<()> { | |||
| 185 | &decoded_nostr_url, | 185 | &decoded_nostr_url, |
| 186 | &refspecs, | 186 | &refspecs, |
| 187 | &term, | 187 | &term, |
| 188 | *is_grasp_server, | 188 | *is_grasp_server || is_grasp_server_clone_url(url), |
| 189 | ) { | 189 | ) { |
| 190 | Err(error) => { | 190 | Err(error) => { |
| 191 | term.write_line(&format!( | 191 | term.write_line(&format!( |