Merge pull request #3038 from jkodroff/patch-2

Update install.sh for Consul 0.8.3
This commit is contained in:
James Phillips 2017-05-12 09:53:50 -07:00 committed by GitHub
commit 8ed478d908
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ fi
echo "Fetching Consul..."
CONSUL=0.8.0
CONSUL=0.8.3
cd /tmp
wget https://releases.hashicorp.com/consul/${CONSUL}/consul_${CONSUL}_linux_amd64.zip -O consul.zip --quiet