diff --git a/src/bootstrap/src/core/download.rs b/src/bootstrap/src/core/download.rs index 3b3044484f39d..2ed7d55b00da6 100644 --- a/src/bootstrap/src/core/download.rs +++ b/src/bootstrap/src/core/download.rs @@ -1093,7 +1093,7 @@ fn download_http_with_retries( ), ]).run_capture_stdout(exec_ctx); - if powershell.is_failure() { + if powershell.is_success() { return; }