Skip to content

Commit

Permalink
Update consul version for vagrant demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cbeck527 committed Jan 13, 2016
1 parent 57cf69d commit 0effdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/vagrant-cluster/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo apt-get install -y unzip curl
echo Fetching Consul...
cd /tmp/
wget https://releases.hashicorp.com/consul/0.6.0/consul_0.6.0_linux_amd64.zip -O consul.zip
wget https://releases.hashicorp.com/consul/0.6.1/consul_0.6.1_linux_amd64.zip -O consul.zip
echo Installing Consul...
unzip consul.zip
Expand Down

0 comments on commit 0effdba

Please sign in to comment.