Skip to content

Commit 0dd2305

Browse files
authored
Update catalog-queries.md (#1385)
1 parent 8e0efaa commit 0dd2305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/catalog-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ curl -k https://localhost:8443/catalogs/operatorhubio/all.json | <query>
1515
Available packages in a catalog
1616
:
1717
``` terminal
18-
jq -s '.[] | select( .schema == "olm.package")
18+
jq -s '.[] | select( .schema == "olm.package")'
1919
```
2020

2121
Packages that support `AllNamespaces` install mode and do not use webhooks

0 commit comments

Comments
 (0)