jq: fix typo (#2925)

This commit is contained in:
Marco Bonelli
2019-04-18 07:45:39 +02:00
committed by Owen Voke
parent 1f7234c93e
commit e952f260dc

View File

@@ -28,4 +28,4 @@
- Combine multiple filters:
`cat {{file.json}} | jq 'unique | sort | reverse`
`cat {{file.json}} | jq 'unique | sort | reverse'`