Skip to content

Commit 60db7a0

Browse files
committed
removed hard coded product version
1 parent 1039d3a commit 60db7a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ipi-install-retrieving-the-openshift-installer.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Use the `stable-4.x` version of the installer to deploy the generally
1010
available stable version of {product-title}:
1111

12-
[source,terminal]
12+
[source,terminal,subs="attributes"]
1313
----
14-
$ export VERSION=stable-4.10
14+
$ export VERSION=stable-{product-version}
1515
export RELEASE_IMAGE=$(curl -s https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$VERSION/release.txt | grep 'Pull From: quay.io' | awk -F ' ' '{print $3}')
1616
----

0 commit comments

Comments
 (0)