lib/vagrant-unison/command.rb in vagrant-unison-0.0.5 vs lib/vagrant-unison/command.rb in vagrant-unison-0.0.6
- old
+ new
@@ -50,10 +50,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