Merge pull request #11631 from soapy1/error-nfs-on-win

Error nfs on win
This commit is contained in:
Sophia Castellarin 2020-07-02 10:19:06 -05:00 committed by GitHub
commit 71620f6803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -657,11 +657,6 @@ module VagrantPlugins
options[:type] = :nfs
end
# Ignore NFS on Windows
if options[:type] == :nfs && Vagrant::Util::Platform.windows?
options.delete(:type)
end
if options[:hostpath] == '.'
current_dir_shared = true
end