lib/vagrant-unison2/config.rb in vagrant-unison2-1.2.3 vs lib/vagrant-unison2/config.rb in vagrant-unison2-1.2.4
- old
+ new
@@ -69,9 +69,10 @@
@repeat = 1 if @repeat == UNSET_VALUE
@ssh_host = '127.0.0.1' if @ssh_host == UNSET_VALUE
@ssh_port = 2222 if @ssh_port == UNSET_VALUE
@ssh_user = 'vagrant' if @ssh_user == UNSET_VALUE
@mem_cap_mb = 200 if @mem_cap_mb == UNSET_VALUE
+ @perms = nil if @perms == UNSET_VALUE
# Mark that we finalized
@__finalized = true
end