Skip to content

Commit 8bc4741

Browse files
author
Bob Furu
authored
Merge pull request #30956 from skrthomas/GH#29523
GitHub Issue #29523: Removed -$VERSION from code for getting the oc binary.
2 parents 15c0623 + 0303601 commit 8bc4741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ export extract_dir=$(pwd)
2222
+
2323
[source,terminal]
2424
----
25-
$ curl -s https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$VERSION/openshift-client-linux-$VERSION.tar.gz | tar zxvf - oc
25+
$ curl -s https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$VERSION/openshift-client-linux.tar.gz | tar zxvf - oc
2626
----
2727

2828
. Extract the installer:

0 commit comments

Comments
 (0)