Merge pull request #173 from tripledes/fix_error_message

Fixed message about required Vagrant version
This commit is contained in:
Dmitry Vasilets 2014-04-01 12:55:08 +02:00
commit 372819ecbd

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