From af16b93aec3f489a23f92bb14f89e7b3699ea0bd Mon Sep 17 00:00:00 2001 From: Benjamin Henrion Date: Tue, 6 Nov 2018 17:35:57 +0100 Subject: [PATCH] 3.10 installer, not 3.9 3.10 installer, not 3.9 --- install-from-bastion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-from-bastion.sh b/install-from-bastion.sh index 5fbfeb2..2c9588c 100644 --- a/install-from-bastion.sh +++ b/install-from-bastion.sh @@ -6,7 +6,7 @@ sudo -E su # Install dev tools. yum install -y "@Development Tools" python2-pip openssl-devel python-devel gcc libffi-devel -# Get the OpenShift 3.9 installer. +# Get the OpenShift 3.10 installer. pip install -I ansible==2.6.5 git clone -b release-3.10 https://github.com/openshift/openshift-ansible