From 9ea3a982af2e276a199bf9ece923625b5cc165f9 Mon Sep 17 00:00:00 2001 From: rht Date: Thu, 9 Sep 2021 18:44:56 -0400 Subject: [PATCH] Vagrantfile: Fix typo. This was introduced in https://github.com/zulip/zulip/commit/cc44aca49b4d44274444ecfd8b026682ce0d33b8. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 787300b34f..437e7c831e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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