Skip to content

Commit

Permalink
Vagrantfile: Fix typo.
Browse files Browse the repository at this point in the history
This was introduced in
zulip@cc44aca.
  • Loading branch information
rht committed Sep 9, 2021
1 parent c7cb983 commit 9ea3a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ea3a98

Please sign in to comment.