Commit c4012043 by Joseph Mulloy

Fix spelling of vagrant-hostsupdater

parent 1dc00c73
Vagrant.require_version ">= 1.8.7" Vagrant.require_version ">= 1.8.7"
unless Vagrant.has_plugin?("vagrant-hostupdater") unless Vagrant.has_plugin?("vagrant-hostsupdater")
raise "Please install the vagrant-hostupdater plugin by running `vagrant plugin install vagrant-hostupdater`" raise "Please install the vagrant-hostsupdater plugin by running `vagrant plugin install vagrant-hostsupdater`"
end end
VAGRANTFILE_API_VERSION = "2" 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