diff --git a/src/steps/powershell.rs b/src/steps/powershell.rs index 4a0a09c3..fcb0acb4 100644 --- a/src/steps/powershell.rs +++ b/src/steps/powershell.rs @@ -73,7 +73,7 @@ impl Powershell { } if ctx.config().yes(Step::Powershell) { - cmd.push("-Confirm") + cmd.push("-Force") } println!("Updating modules...");