Fix issue which caused NFS to not work with new config
This commit is contained in:
parent
fd9b752938
commit
c66d846cb7
|
@ -123,7 +123,7 @@ module Vagrant
|
|||
#
|
||||
# @return [String]
|
||||
def host_ip
|
||||
interface = @env[:vm].config.vm.network_adapters.find do |adapter|
|
||||
interface = @env[:vm].vm.network_adapters.find do |adapter|
|
||||
adapter.host_interface_object
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue