plugins/synced_folders/rsync/synced_folder.rb in vagrant-unbundled-2.1.2.0 vs plugins/synced_folders/rsync/synced_folder.rb in vagrant-unbundled-2.1.4.0

- old
+ new

@@ -46,8 +46,14 @@ folders.each do |id, folder_opts| RsyncHelper.rsync_single(machine, ssh_info, folder_opts) end end + + # Enable rsync synced folders within WSL when in use + # on non-DrvFs file systems + def self.wsl_allow_non_drvfs? + true + end end end end