Merge pull request #11631 from soapy1/error-nfs-on-win
Error nfs on win
This commit is contained in:
commit
71620f6803
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user