diff options
Diffstat (limited to 'src/sub_commands/fetch.rs')
| -rw-r--r-- | src/sub_commands/fetch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/fetch.rs b/src/sub_commands/fetch.rs index 5a6850c..28eb960 100644 --- a/src/sub_commands/fetch.rs +++ b/src/sub_commands/fetch.rs | |||
| @@ -40,7 +40,7 @@ pub async fn launch(args: &Cli, command_args: &SubCommandArgs) -> Result<()> { | |||
| 40 | }; | 40 | }; |
| 41 | println!("fetching updates..."); | 41 | println!("fetching updates..."); |
| 42 | let (relay_reports, _) = client | 42 | let (relay_reports, _) = client |
| 43 | .fetch_all(git_repo.get_path()?, &repo_coordinates) | 43 | .fetch_all(git_repo.get_path()?, &repo_coordinates, &HashSet::new()) |
| 44 | .await?; | 44 | .await?; |
| 45 | let report = consolidate_fetch_reports(relay_reports); | 45 | let report = consolidate_fetch_reports(relay_reports); |
| 46 | if report.to_string().is_empty() { | 46 | if report.to_string().is_empty() { |