From fbb7b982f33f6aff73bf030ac8a87231b4e6d42d Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk <509198+m1kola@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:27:02 +0200 Subject: [PATCH] Update catalog-queries.md --- docs/howto/catalog-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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