update vagrant demo to 0.7.1 (#2503)

This commit is contained in:
dylan 2016-11-10 16:30:30 -08:00 committed by James Phillips
parent a819fd0e83
commit 8eaf61397c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ sudo apt-get install -y unzip curl
echo Fetching Consul... echo Fetching Consul...
cd /tmp/ cd /tmp/
curl https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip -o consul.zip curl https://releases.hashicorp.com/consul/0.7.1/consul_0.7.1_linux_amd64.zip -o consul.zip
echo Installing Consul... echo Installing Consul...
unzip consul.zip unzip consul.zip