Skip to content

Commit

Permalink
update vagrant demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kojiwell committed Apr 27, 2016
1 parent 178d587 commit ae1cdc1
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.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
Expand Down

0 comments on commit ae1cdc1

Please sign in to comment.