mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fixed message about required Vagrant version
This commit is contained in:
parent
6cece4fe30
commit
368643fbaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user