From f03054a6c2c0ca36d89cc7befbc918fb1a9d82d7 Mon Sep 17 00:00:00 2001 From: Shane O'Grady Date: Wed, 10 Feb 2016 14:14:17 -0200 Subject: [PATCH] Fix Consul download link in benchmark scripts Use https://releases.hashicorp.com --- bench/bench-aws.json | 4 ++-- bench/bench.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bench/bench-aws.json b/bench/bench-aws.json index d33bb03f26..c80c044388 100644 --- a/bench/bench-aws.json +++ b/bench/bench-aws.json @@ -53,8 +53,8 @@ "sudo mkdir /etc/consul.d", "sudo apt-get update", "sudo apt-get install unzip make", - "wget https://dl.bintray.com/mitchellh/consul/0.5.2_linux_amd64.zip", - "unzip 0.4.1_linux_amd64.zip", + "wget https://releases.hashicorp.com/consul/0.5.2/consul_0.5.2_linux_amd64.zip", + "unzip 0.5.2_linux_amd64.zip", "sudo mv consul /usr/local/bin/consul", "chmod +x /usr/local/bin/consul" ] diff --git a/bench/bench.json b/bench/bench.json index 0197123e53..d2c2d3c2ec 100644 --- a/bench/bench.json +++ b/bench/bench.json @@ -47,8 +47,8 @@ "mkdir /etc/consul.d", "apt-get update", "apt-get install unzip make", - "wget https://dl.bintray.com/mitchellh/consul/0.5.2_linux_amd64.zip", - "unzip 0.4.1_linux_amd64.zip", + "wget https://releases.hashicorp.com/consul/0.5.2/consul_0.5.2_linux_amd64.zip", + "unzip 0.5.2_linux_amd64.zip", "mv consul /usr/local/bin/consul", "chmod +x /usr/local/bin/consul" ]