Merge pull request #57 from elyast/master

fixing custom ip resolver
Closes #54.
This commit is contained in:
Paulo Bittencourt 2013-12-17 22:05:11 -08:00
commit dd924d00a4
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ module VagrantPlugins
next if ip next if ip
end end
end end
ip || (machine.ssh_info ? machine.ssh_info[:host] : nil)
end end
ip || (machine.ssh_info ? machine.ssh_info[:host] : nil)
end end
def get_machines def get_machines