From d32a26607d8139cb898ac03446c0e6ee5b64c9c7 Mon Sep 17 00:00:00 2001 From: Brett Tofel Date: Wed, 25 Aug 2021 12:53:12 -0400 Subject: [PATCH] Fix README typo in Red Hat image URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39df7a78..656a1434 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ You must run `docker login` to have access to the images. Now, you can audit all operator bundles of an image catalog with: ```sh -audit-tool index bundles --index-image=registry.redhat.io/redhat/redhat--operator-index:v4.7 --head-only --output-path=testdata/xls +audit-tool index bundles --index-image=registry.redhat.io/redhat/redhat-operator-index:v4.7 --head-only --output-path=testdata/xls ``` Now, you can audit all packages of an image catalog with: ```sh -audit-tool index packages --index-image=registry.redhat.io/redhat/redhat--operator-index:v4.7 --output-path=testdata/xls +audit-tool index packages --index-image=registry.redhat.io/redhat/redhat-operator-index:v4.7 --output-path=testdata/xls ``` Note that you can also output the results in JSON format: