Support yes flags for Powershell

This commit is contained in:
Roey Darwish Dror
2020-07-15 08:47:15 +03:00
parent 1eb979d0eb
commit abc6a8065b
2 changed files with 11 additions and 7 deletions

View File

@@ -223,7 +223,7 @@ fn run() -> Result<()> {
if should_run_powershell {
runner.execute(Step::Powershell, "Powershell Modules Update", || {
powershell.update_modules(run_type)
powershell.update_modules(&ctx)
})?;
}