Add a key for running remote topgrades

This commit is contained in:
Roey Darwish Dror
2019-06-05 14:15:45 +03:00
parent 232c886be6
commit 4a7218293b
5 changed files with 37 additions and 3 deletions

View File

@@ -89,8 +89,6 @@ pub fn run_wsl_topgrade(run_type: RunType) -> Result<(), Error> {
.check_output()
.map_err(|_| ErrorKind::SkipStep)?;
print_separator("WSL");
run_type
.execute(&wsl)
.args(&["bash", "-c"])