This commit is contained in:
Seth Vargo 2016-06-06 19:47:25 -04:00
parent da9306fa27
commit 43538f68a4
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ module VagrantPlugins
if r.exit_code != 0
raise Vagrant::Errors::RSyncError,
command: command.map { |s| s.include?(' ') && s[0] != "'" && ('"' + s + '"') || s }.join(" "),
command: command.map(&:inspect).join(" "),
guestpath: guestpath,
hostpath: hostpath,
stderr: r.stderr