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.
2 parents fc2f6b1 + 7d7a0bf commit 96107c4Copy full SHA for 96107c4
src/cli/self_update.rs
@@ -307,7 +307,7 @@ pub fn install(
307
warn!("installing msvc toolchain without its prerequisites");
308
} else {
309
md(&mut term, MSVC_MESSAGE);
310
- if !common::confirm("\nContinue? (Y/n)", true)? {
+ if !common::confirm("\nContinue? (y/N)", false)? {
311
info!("aborting installation");
312
return Ok(utils::ExitCode(0));
313
}
0 commit comments