Execution context

This commit is contained in:
Roey Darwish Dror
2020-02-10 22:23:13 +02:00
parent 48bce8d140
commit b0b3d577ab
2 changed files with 6 additions and 12 deletions

View File

@@ -98,11 +98,8 @@ fn run() -> Result<()> {
for remote_topgrade in topgrades {
runner.execute(remote_topgrade, || {
generic::run_remote_topgrade(
run_type,
&ctx,
remote_topgrade,
config.ssh_arguments(),
config.run_in_tmux(),
config.tmux_arguments(),
)
})?;
}