diff --git a/plugins/synced_folders/rsync/helper.rb b/plugins/synced_folders/rsync/helper.rb index 495cb7e5d..1fc2f1fad 100644 --- a/plugins/synced_folders/rsync/helper.rb +++ b/plugins/synced_folders/rsync/helper.rb @@ -160,7 +160,7 @@ module VagrantPlugins if r.exit_code != 0 raise Vagrant::Errors::RSyncError, - command: command.join(" "), + command: command.map { |s| s.include?(' ') && s[0] != "'" && ('"' + s + '"') || s }.join(" "), guestpath: guestpath, hostpath: hostpath, stderr: r.stderr