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 = [