From 571747be5e72118edf2b9d162fad8ce1614a7e2f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 18 Jul 2016 23:36:12 -0400 Subject: [PATCH] Ensure space after last arg --- plugins/synced_folders/rsync/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/synced_folders/rsync/helper.rb b/plugins/synced_folders/rsync/helper.rb index 52cdff0e9..0efa43485 100644 --- a/plugins/synced_folders/rsync/helper.rb +++ b/plugins/synced_folders/rsync/helper.rb @@ -77,7 +77,7 @@ module VagrantPlugins control_options = "" unless Vagrant::Util::Platform.windows? controlpath = File.join(Dir.tmpdir, "ssh.#{rand(1000)}") - control_options = "-o ControlMaster=auto -o ControlPath=#{controlpath} -o ControlPersist=10m" + control_options = "-o ControlMaster=auto -o ControlPath=#{controlpath} -o ControlPersist=10m " end rsh = [