mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #173 from tripledes/fix_error_message
Fixed message about required Vagrant version
This commit is contained in:
commit
372819ecbd
@ -7,7 +7,7 @@ end
|
|||||||
# This is a sanity check to make sure no one is attempting to install
|
# This is a sanity check to make sure no one is attempting to install
|
||||||
# this into an early Vagrant version.
|
# this into an early Vagrant version.
|
||||||
if Vagrant::VERSION < '1.5.0'
|
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
|
end
|
||||||
|
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
|
Loading…
Reference in New Issue
Block a user