Fix a bug with Vagrant

This commit is contained in:
Roey Darwish Dror
2020-06-12 15:33:58 +03:00
parent a419379d58
commit 5d9c1d69f4

View File

@@ -143,6 +143,7 @@ pub fn topgrade_vagrant_boxes(ctx: &ExecutionContext) -> Result<()> {
ctx.run_type()
.execute(&vagrant.path)
.current_dir(directory)
.args(&["ssh", "-c", &command])
.check_run()?;
}