Skip to content

Commit 377b0e8

Browse files
committed
[patch] Update rosa cli download mirror
1 parent 473cc53 commit 377b0e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

image/cli-base/install/install-rosa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ "$TARGET_PLATFORM" == "s390x" ]]; then
2525
exit 0
2626
fi
2727

28-
wget -q https://mirror.openshift.com/pub/openshift-v4/clients/rosa/latest/rosa-linux.tar.gz
28+
wget -q https://mirror.openshift.com/pub/cgw/rosa/latest/rosa-linux.tar.gz
2929
tar -xzf rosa-linux.tar.gz
3030
mv rosa /usr/local/bin/
3131
chmod +x /usr/local/bin/rosa

0 commit comments

Comments
 (0)