This commit is contained in:
Roey Darwish Dror
2020-06-10 11:51:52 +03:00
committed by GitHub
parent 05612b51f2
commit ddd10981b4
4 changed files with 177 additions and 0 deletions

View File

@@ -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");