Vagrantfile: Fix typo.

This was introduced in
cc44aca49b.
This commit is contained in:
rht 2021-09-09 18:44:56 -04:00
parent c7cb983ebd
commit 9ea3a982af
No known key found for this signature in database
GPG Key ID: 1E76EA93A9B3D3E2
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2"
if Vagrant::VERSION == "1.8.7"
path = `command -v curl`
if path.include?("/opt/vagrant/embedded/bin/curl")
puts "In Vagrant 1.8.7, curl is broken. Please the latest Vagrant."
puts "In Vagrant 1.8.7, curl is broken. Please use the latest Vagrant."
puts "See https://github.com/mitchellh/vagrant/issues/7997 for details."
exit
end