Skip to content

Commit 8360323

Browse files
authored
Fix minor issue with installing ibmcloud cli (#946)
1 parent dead0b1 commit 8360323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install_pvsadm(){
5959

6060
install_ibmcloud_cli(){
6161
if [ ${OS} == "Linux" ]; then
62-
platform="linux-${ARCH}"
62+
platform="linux_${ARCH}"
6363
elif [ ${OS} == "Darwin" ]; then
6464
platform="macos"
6565
fi

0 commit comments

Comments
 (0)