mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fix typos
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -24,9 +24,9 @@ group :development do
|
||||
vagrant_gem_version = Gem::Version.new('2.2.8')
|
||||
end
|
||||
|
||||
vagrant_spec_verison = ENV['VAGRANT_SPEC_VERSION']
|
||||
if !vagrant_spec_verison.nil? && !vagrant_spec_verison.empty?
|
||||
gem 'vagrant-spec', :git => 'https://github.com/hashicorp/vagrant-spec', :ref => vagrant_spec_verison
|
||||
vagrant_spec_version = ENV['VAGRANT_SPEC_VERSION']
|
||||
if !vagrant_spec_version.nil? && !vagrant_spec_version.empty?
|
||||
gem 'vagrant-spec', :git => 'https://github.com/hashicorp/vagrant-spec', :ref => vagrant_spec_version
|
||||
elsif vagrant_gem_version <= Gem::Version.new('2.2.7')
|
||||
gem 'vagrant-spec', :git => 'https://github.com/hashicorp/vagrant-spec', :ref => '161128f2216cee8edb7bcd30da18bd4dea86f98a'
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user