Pass -Force instead of -Confirm to powershell update (fix #825)
This commit is contained in:
@@ -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...");
|
||||||
|
|||||||
Reference in New Issue
Block a user