diff --git a/modules/olm-installing-opm.adoc b/modules/olm-installing-opm.adoc index 4a16c7add94b..988a0b9fe2a1 100644 --- a/modules/olm-installing-opm.adoc +++ b/modules/olm-installing-opm.adoc @@ -49,7 +49,7 @@ $ oc image extract {registry-image} \ ifndef::openshift-origin[] -a ${REG_CREDS} \ endif::[] - --path /usr/bin/registry/opm:. \ + --path /usr/bin/opm:. \ --confirm ---- @@ -63,7 +63,7 @@ $ oc image extract {registry-image} \ ifndef::openshift-origin[] -a ${REG_CREDS} \ endif::[] - --path /usr/bin/registry/darwin-amd64-opm:. \ + --path /usr/bin/darwin-amd64-opm:. \ --confirm ---- @@ -84,7 +84,7 @@ C:\> oc image extract {registry-image} \ ifndef::openshift-origin[] -a ${REG_CREDS} \ endif::[] - --path /usr/bin/registry/windows-amd64-opm:. \ + --path /usr/bin/windows-amd64-opm:. \ --confirm ----