From 03231c5b6455d56c0dc53e370481e977ad499cb2 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 25 Jun 2020 21:39:12 +0300 Subject: [PATCH] Redundant space --- src/steps/vagrant.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steps/vagrant.rs b/src/steps/vagrant.rs index 1415f9da..5be22fb8 100644 --- a/src/steps/vagrant.rs +++ b/src/steps/vagrant.rs @@ -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()