provider/virtualbox: fix bad constant reference in dhcp error

refs #2454
This commit is contained in:
phinze 2013-11-20 11:15:25 -06:00
parent 4883ece9a1
commit 4225b0eb7b
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ module VagrantPlugins
interface[:dhcp][:lower] == config[:dhcp_lower] &&
interface[:dhcp][:upper] == config[:dhcp_upper]
raise Errors::NetworkDHCPAlreadyAttached if !valid
raise Vagrant::Errors::NetworkDHCPAlreadyAttached if !valid
@logger.debug("DHCP server already properly configured")
else