Merge pull request #1448 from uggedal/fix-unqualified-reference-to-nfs-no-hostonly-network-error

Fix wrong reference to Errors::NFSNoHostonlyNetwork
This commit is contained in:
Mitchell Hashimoto 2013-03-18 07:31:57 -07:00
commit 371b8e1f45
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