[DRE-commits] [vagrant-libvirt] 34/77: Fixed message about required Vagrant version

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:36 UTC 2016


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

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

commit 368643fbaa1d96cd259d6e8384d9e2319f2b641e
Author: Sergio Jimenez <tripledes at gmail.com>
Date:   Tue Apr 1 00:51:12 2014 +0200

    Fixed message about required Vagrant version
---
 lib/vagrant-libvirt/plugin.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vagrant-libvirt/plugin.rb b/lib/vagrant-libvirt/plugin.rb
index 0d98213..2b494e3 100644
--- a/lib/vagrant-libvirt/plugin.rb
+++ b/lib/vagrant-libvirt/plugin.rb
@@ -7,7 +7,7 @@ end
 # This is a sanity check to make sure no one is attempting to install
 # this into an early Vagrant version.
 if Vagrant::VERSION < '1.5.0'
-  raise 'The Vagrant Libvirt plugin is only compatible with Vagrant 1.4+'
+  raise 'The Vagrant Libvirt plugin is only compatible with Vagrant 1.5+'
 end
 
 module VagrantPlugins

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