Fix a bug with Vagrant
This commit is contained in:
@@ -143,6 +143,7 @@ pub fn topgrade_vagrant_boxes(ctx: &ExecutionContext) -> Result<()> {
|
|||||||
|
|
||||||
ctx.run_type()
|
ctx.run_type()
|
||||||
.execute(&vagrant.path)
|
.execute(&vagrant.path)
|
||||||
|
.current_dir(directory)
|
||||||
.args(&["ssh", "-c", &command])
|
.args(&["ssh", "-c", &command])
|
||||||
.check_run()?;
|
.check_run()?;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user