[DRE-commits] [vagrant-libvirt] 05/67: Fix box metadata error keys

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:55:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.14
in repository vagrant-libvirt.

commit 84fdc7d49ac5aa5711dbb92c2ad57c890344db35
Author: Brian Pitts <brian at polibyte.com>
Date:   Wed Oct 30 14:32:12 2013 -0500

    Fix box metadata error keys
---
 lib/vagrant-libvirt/errors.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/vagrant-libvirt/errors.rb b/lib/vagrant-libvirt/errors.rb
index 4758083..e73e470 100644
--- a/lib/vagrant-libvirt/errors.rb
+++ b/lib/vagrant-libvirt/errors.rb
@@ -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
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list