Skip to content

Commit bd8d10a

Browse files
authored
Merge pull request #43347 from bergerhoffer/fixing-oc-mirror-file-name
Fixing oc-mirror download file name
2 parents ed52d66 + 0e272aa commit bd8d10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/oc-mirror-installing-plugin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ To use the oc-mirror OpenShift CLI plug-in to mirror registry images, you must i
1818

1919
.. Navigate to the link:https://console.redhat.com/openshift/downloads[Downloads] page of the {cluster-manager-url}.
2020

21-
.. Under the *Command-line interface (CLI) tools* section, click *Download* for *OpenShift Client (oc) mirror plugin* and save the file.
21+
.. Under the *OpenShift disconnected installation tools* section, click *Download* for *OpenShift Client (oc) mirror plugin* and save the file.
2222

2323
. Extract the archive:
2424
+
2525
[source,terminal]
2626
----
27-
$ tar xvzf oc-mirror-linux.tar.gz
27+
$ tar xvzf oc-mirror.tar.gz
2828
----
2929

3030
. If necessary, update the plug-in file to be executable:

0 commit comments

Comments
 (0)