Add missing quote
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user