Commit b6781dc2 by Joseph Mulloy Committed by GitHub

Merge pull request #4136 from edx/jdmulloy/fix_hostsupdater

Fix spelling of vagrant-hostsupdater
parents 1dc00c73 c4012043
Vagrant.require_version ">= 1.8.7"
unless Vagrant.has_plugin?("vagrant-hostupdater")
raise "Please install the vagrant-hostupdater plugin by running `vagrant plugin install vagrant-hostupdater`"
unless Vagrant.has_plugin?("vagrant-hostsupdater")
raise "Please install the vagrant-hostsupdater plugin by running `vagrant plugin install vagrant-hostsupdater`"
end
VAGRANTFILE_API_VERSION = "2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment