From 09cb3994ccacaa4acc861bfeb833e8766f7a0ae1 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Thu, 29 Aug 2019 09:51:48 -0400 Subject: [PATCH] dev: bump vagrant consul version to match CI --- scripts/vagrant-linux-priv-consul.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/vagrant-linux-priv-consul.sh b/scripts/vagrant-linux-priv-consul.sh index aa149f82c..e16515a82 100755 --- a/scripts/vagrant-linux-priv-consul.sh +++ b/scripts/vagrant-linux-priv-consul.sh @@ -2,7 +2,7 @@ set -o errexit -VERSION=1.0.7 +VERSION="1.6.0-rc1" DOWNLOAD=https://releases.hashicorp.com/consul/${VERSION}/consul_${VERSION}_linux_amd64.zip function install_consul() { @@ -11,7 +11,7 @@ function install_consul() { return fi fi - + wget -q -O /tmp/consul.zip ${DOWNLOAD} unzip -d /tmp /tmp/consul.zip