Fix wrong reference to Errors::NFSNoHostonlyNetwork introduced in 022c1da
[GH-1437].
This commit is contained in:
parent
f743fed3cc
commit
c45d3ee728
|
@ -13,7 +13,7 @@ module VagrantPlugins
|
||||||
env[:nfs_host_ip] = read_host_ip(env[:machine])
|
env[:nfs_host_ip] = read_host_ip(env[:machine])
|
||||||
env[:nfs_machine_ip] = read_machine_ip(env[:machine])
|
env[:nfs_machine_ip] = read_machine_ip(env[:machine])
|
||||||
|
|
||||||
raise Errors::NFSNoHostonlyNetwork if !env[:nfs_machine_ip]
|
raise Vagrant::Errors::NFSNoHostonlyNetwork if !env[:nfs_machine_ip]
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns the IP address of the first host only network adapter
|
# Returns the IP address of the first host only network adapter
|
||||||
|
|
Loading…
Reference in New Issue