Remove the Powershell state

This commit is contained in:
Roey Darwish Dror
2019-09-05 20:43:18 +03:00
parent f51a26494d
commit b80f31db37
2 changed files with 1 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ fn run() -> Result<(), Error> {
}
let powershell = powershell::Powershell::new();
let should_run_powershell = powershell.profile().is_some() && config.should_run(Step::Powershell);
let should_run_powershell = powershell.profile().is_some() && config.should_run(Step::Shell);
#[cfg(windows)]
execute(&mut report, "WSL", || windows::run_wsl_topgrade(run_type), true)?;