Vagrant (#422)
This commit is contained in:
committed by
GitHub
parent
05612b51f2
commit
ddd10981b4
@@ -388,6 +388,10 @@ fn run() -> Result<()> {
|
||||
}
|
||||
}
|
||||
|
||||
if config.should_run(Step::Vagrant) {
|
||||
runner.execute("Vagrant", || vagrant::topgrade_vagrant_boxes(&ctx))?;
|
||||
}
|
||||
|
||||
if !runner.report().data().is_empty() {
|
||||
print_separator("Summary");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user