File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clouddriver-web/pkg_scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ install_awscli2() {
34
34
./aws/install
35
35
rm -rf ./awscliv2.zip ./aws
36
36
37
- curl " https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${AWS_AIM_AUTHENTICATOR_VERSION} /aws-iam-authenticator_${AWS_AIM_AUTHENTICATOR_VERSION} _linux_amd64" -O aws-iam-authenticator
38
- chmod +x ./aws-iam-authenticator \
37
+ curl " https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${AWS_AIM_AUTHENTICATOR_VERSION} /aws-iam-authenticator_${AWS_AIM_AUTHENTICATOR_VERSION} _linux_amd64" -o aws-iam-authenticator
38
+ chmod +x ./aws-iam-authenticator
39
39
mv ./aws-iam-authenticator /usr/local/bin/aws-iam-authenticator
40
40
}
41
41
You can’t perform that action at this time.
0 commit comments