Fix issue which caused NFS to not work with new config

This commit is contained in:
Mitchell Hashimoto 2011-12-11 23:30:17 -08:00
parent fd9b752938
commit c66d846cb7
1 changed files with 1 additions and 1 deletions

View File

@ -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