Skip to content

Commit 68fe37a

Browse files
Merge pull request #78922 from brendan-daly-red-hat/OCPBUGS-31637
OCPBUGS-31637#correcting command line
2 parents 94a8ab6 + c7282ae commit 68fe37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-mirror-repository.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ mirrored, extract it and pin it to the release:
225225
+
226226
[source,terminal]
227227
----
228-
$ oc adm release extract -a ${LOCAL_SECRET_JSON} --icsp-file=<file> \ --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}"
228+
$ oc adm release extract -a ${LOCAL_SECRET_JSON} --icsp-file=<file> --command=openshift-install "${LOCAL_REGISTRY}/${LOCAL_REPOSITORY}:${OCP_RELEASE}-${ARCHITECTURE}"
229229
----
230230
** If the local container registry is connected to the mirror host, run the following command:
231231
+

0 commit comments

Comments
 (0)