This commit is contained in:
Dmitry Vasilets 2017-01-16 16:40:23 +01:00 committed by GitHub
parent 8e9ae020f1
commit c065c1e6e5

View File

@ -22,7 +22,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.5+' raise 'The Vagrant Libvirt plugin is only compatible with Vagrant 1.5+.'
end end
# make sure base module class defined before loading plugin # make sure base module class defined before loading plugin