Enable rsync synced folders for non-DrvFs file systems within WSL

This commit is contained in:
Chris Roberts 2018-06-30 10:00:33 -07:00
parent 859d48d5f5
commit 2667de163b
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@ module VagrantPlugins
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