lib/vagrant-unison/command.rb in vagrant-unison-0.0.3 vs lib/vagrant-unison/command.rb in vagrant-unison-0.0.4

- old
+ new

@@ -24,10 +24,10 @@ #machine.communicate.sudo("chown #{ssh_info[:username]} '#{guestpath}'") # Unison over to the guest path using the SSH info command = [ "unison", "-batch", - "-ignore='Name {git*,.vagrant/,*.DS_Store}'", + "-ignore=Name {git*,.vagrant/,*.DS_Store}", "-sshargs", "-p #{ssh_info[:port]} -o StrictHostKeyChecking=no -i #{ssh_info[:private_key_path]}", hostpath, "ssh://#{ssh_info[:username]}@#{ssh_info[:host]}/#{guestpath}" ] \ No newline at end of file