From db2e264c02f0c21afe79918e48553a3469e8edaf Mon Sep 17 00:00:00 2001 From: Koji Tanaka Date: Wed, 27 Apr 2016 17:52:23 -0400 Subject: [PATCH] update vagrant demo --- demo/vagrant-cluster/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant-cluster/Vagrantfile b/demo/vagrant-cluster/Vagrantfile index e246876ad..475269918 100644 --- a/demo/vagrant-cluster/Vagrantfile +++ b/demo/vagrant-cluster/Vagrantfile @@ -8,7 +8,7 @@ sudo apt-get install -y unzip curl echo Fetching Consul... cd /tmp/ -wget https://releases.hashicorp.com/consul/0.6.1/consul_0.6.1_linux_amd64.zip -O consul.zip +curl https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip -o consul.zip echo Installing Consul... unzip consul.zip