core: forgot error for last commit
This commit is contained in:
parent
ae1a03903e
commit
e673c3251c
|
@ -716,6 +716,10 @@ module Vagrant
|
|||
error_key(:virtualbox_install_incomplete)
|
||||
end
|
||||
|
||||
class VirtualBoxNoName < VagrantError
|
||||
error_key(:virtualbox_no_name)
|
||||
end
|
||||
|
||||
class VMBaseMacNotSpecified < VagrantError
|
||||
error_key(:no_base_mac, "vagrant.actions.vm.match_mac")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue