Fixed message about required Vagrant version

This commit is contained in:
Sergio Jimenez 2014-04-01 00:51:12 +02:00
parent 6cece4fe30
commit 368643fbaa

View File

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