Merge pull request #82 from sciurus/box-error-keys

Fix box metadata error keys
This commit is contained in:
Dmitry Vasilets 2013-10-30 13:26:55 -07:00
commit eace91e741

View File

@ -35,15 +35,15 @@ module VagrantPlugins
end end
class NoBoxVirtualSizeSet < VagrantLibvirtError class NoBoxVirtualSizeSet < VagrantLibvirtError
error_key(:no_box_virtual_size_error) error_key(:no_box_virtual_size)
end end
class NoBoxFormatSet < VagrantLibvirtError class NoBoxFormatSet < VagrantLibvirtError
error_key(:no_box_format_error) error_key(:no_box_format)
end end
class WrongBoxFormatSet < VagrantLibvirtError class WrongBoxFormatSet < VagrantLibvirtError
error_key(:wrong_box_format_error) error_key(:wrong_box_format)
end end