Skip to content

Commit 0303601

Browse files
committed
GitHub Issue #29523: Removed - from code for getting the oc binary.
1 parent 2c69472 commit 0303601

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)