diff options
Diffstat (limited to 'cli/tools/upgrade.rs')
-rw-r--r-- | cli/tools/upgrade.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/upgrade.rs b/cli/tools/upgrade.rs index 8379c6fd2..00e7a2d57 100644 --- a/cli/tools/upgrade.rs +++ b/cli/tools/upgrade.rs @@ -619,7 +619,7 @@ async fn download_package( // text above which will stay alive after the progress bars are complete let progress = progress_bar.update(""); client - .download_with_progress(download_url, &progress) + .download_with_progress(download_url, None, &progress) .await? }; match maybe_bytes { |