mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fix box metadata error keys
This commit is contained in:
parent
5c5954cf62
commit
84fdc7d49a
@ -35,15 +35,15 @@ module VagrantPlugins
|
||||
end
|
||||
|
||||
class NoBoxVirtualSizeSet < VagrantLibvirtError
|
||||
error_key(:no_box_virtual_size_error)
|
||||
error_key(:no_box_virtual_size)
|
||||
end
|
||||
|
||||
class NoBoxFormatSet < VagrantLibvirtError
|
||||
error_key(:no_box_format_error)
|
||||
error_key(:no_box_format)
|
||||
end
|
||||
|
||||
class WrongBoxFormatSet < VagrantLibvirtError
|
||||
error_key(:wrong_box_format_error)
|
||||
error_key(:wrong_box_format)
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user