diff --git a/modules/olm-installing-opm.adoc b/modules/olm-installing-opm.adoc index 103219db853f..5f58d0642727 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/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/opm:. \ --confirm ----