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