Fix box metadata error keys

This commit is contained in:
Brian Pitts 2013-10-30 14:32:12 -05:00
parent 5c5954cf62
commit 84fdc7d49a

View File

@ -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