fixing custom ip resolver
This commit is contained in:
parent
cb832156f3
commit
3f8e617ba7
|
@ -107,8 +107,8 @@ module VagrantPlugins
|
||||||
next if ip
|
next if ip
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
ip || (machine.ssh_info ? machine.ssh_info[:host] : nil)
|
||||||
ip || (machine.ssh_info ? machine.ssh_info[:host] : nil)
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def get_machines
|
def get_machines
|
||||||
|
|
Loading…
Reference in New Issue