diff --git a/docs/howto/catalog-queries.md b/docs/howto/catalog-queries.md index 7a25863ec..4e6f260d7 100644 --- a/docs/howto/catalog-queries.md +++ b/docs/howto/catalog-queries.md @@ -15,7 +15,7 @@ curl -k https://localhost:8443/catalogs/operatorhubio/all.json | Available packages in a catalog : ``` terminal -jq -s '.[] | select( .schema == "olm.package") +jq -s '.[] | select( .schema == "olm.package")' ``` Packages that support `AllNamespaces` install mode and do not use webhooks