Redundant space

This commit is contained in:
Roey Darwish Dror
2020-06-25 21:39:12 +03:00
parent bba748d63d
commit 03231c5b64

View File

@@ -190,7 +190,7 @@ pub fn topgrade_vagrant_box(ctx: &ExecutionContext, vagrant_box: &VagrantBox) ->
}
let mut command = format!("env TOPGRADE_PREFIX={} topgrade", vagrant_box.smart_name());
if ctx.config().yes() {
command.push_str(" -y");
command.push_str("-y");
}
ctx.run_type()