Fix wrong reference to Errors::NFSNoHostonlyNetwork introduced in 022c1da [GH-1437].

This commit is contained in:
Eivind Uggedal 2013-03-18 14:30:26 +01:00
parent f743fed3cc
commit c45d3ee728
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module VagrantPlugins
env[:nfs_host_ip] = read_host_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
# Returns the IP address of the first host only network adapter