Pass -Force instead of -Confirm to powershell update (fix #825)

This commit is contained in:
Roey Darwish Dror
2022-01-06 05:34:28 +02:00
parent 81fb880155
commit 0c5b8099cb

View File

@@ -73,7 +73,7 @@ impl Powershell {
} }
if ctx.config().yes(Step::Powershell) { if ctx.config().yes(Step::Powershell) {
cmd.push("-Confirm") cmd.push("-Force")
} }
println!("Updating modules..."); println!("Updating modules...");