Add missing quote

This commit is contained in:
Spencer Gibb
2016-02-08 15:41:30 -07:00
parent 6732faf3ca
commit 0c7b3cdd9b

View File

@@ -6,7 +6,7 @@ CONSUL_ZIP="consul_${CONSUL_VER}_linux_amd64.zip"
rm "consul_*"
rm "consul"
# install consul
wget "https://releases.hashicorp.com/consul/${CONSUL_VER}/${CONSUL_ZIP}
wget "https://releases.hashicorp.com/consul/${CONSUL_VER}/${CONSUL_ZIP}"
unzip ${CONSUL_ZIP}
# check
./consul --version