Add a key for running remote topgrades
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user