Skip to content

Commit

Permalink
Fix Consul download link in benchmark scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneog committed Feb 10, 2016
1 parent ee35581 commit f03054a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bench/bench-aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
4 changes: 2 additions & 2 deletions bench/bench.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit f03054a

Please sign in to comment.