mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #82 from sciurus/box-error-keys
Fix box metadata error keys
This commit is contained in:
commit
eace91e741
@ -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