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:
commit
b4aa8c0061
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue