From 224e3c3f2baa25db3a19a8f57ff9ae28de52d970 Mon Sep 17 00:00:00 2001 From: Sara Thomas Date: Thu, 28 Jan 2021 09:51:20 -0500 Subject: [PATCH] BZ-1910319: updated paths --- modules/olm-installing-opm.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ----