We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827055d commit 165ea58Copy full SHA for 165ea58
src/bootstrap/src/core/download.rs
@@ -232,7 +232,8 @@ impl Config {
232
"--connect-timeout=30",
233
"--read-timeout=30",
234
"--tries=3",
235
- "-O", tempfile.to_str().unwrap()
+ "-O",
236
+ tempfile.to_str().unwrap(),
237
]);
238
// Don't print progress in CI; the \r wrapping looks bad and downloads don't take long enough for progress to be useful.
239
if CiEnv::is_ci() {
0 commit comments