Skip to content

Commit 5256d04

Browse files
author
Tom Barnes
committed
Script syntax fix.
1 parent 4cef528 commit 5256d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ integration-test:
125125
# install kubectl
126126
# export K8S_CLIENT_VERSION="$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)" #latest version
127127
export K8S_CLIENT_VERSION="v1.10.5"
128-
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(K8S_CLIENT_VERSION)/bin/linux/amd64/kubectl
128+
curl -LO https://storage.googleapis.com/kubernetes-release/release/${K8S_CLIENT_VERSION}/bin/linux/amd64/kubectl
129129
130130
chmod +x ./kubectl
131131
mv ./kubectl /usr/local/bin/kubectl

0 commit comments

Comments
 (0)