Fix bad prompt

This commit is contained in:
Roey Darwish Dror
2020-06-12 11:35:32 +03:00
parent 82a17fd51d
commit a419379d58

View File

@@ -135,7 +135,7 @@ pub fn topgrade_vagrant_boxes(ctx: &ExecutionContext) -> Result<()> {
}
}
println!("Running Topgrade in {} @ {}", vagrant_box, directory);
println!("Running Topgrade in {}", vagrant_box);
let mut command = format!("env TOPGRADE_PREFIX={} topgrade", vagrant_box.name);
if ctx.config().yes() {
command.push_str(" -y");