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]
|
# @return [String]
|
||||||
def host_ip
|
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
|
adapter.host_interface_object
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue