Merge pull request #2517 from phinze/2454-fix-dhcp-error-constant-typo

provider/virtualbox: fix bad constant reference in dhcp error
This commit is contained in:
Mitchell Hashimoto 2013-11-20 09:21:13 -08:00
commit b4aa8c0061
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