From a28e747e006c7d68aacc3d95493446fa9c1e31ce Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:05:59 +0000 Subject: [PATCH] jq: remove unnecessary / (#17912) --- pages/common/jq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/jq.md b/pages/common/jq.md index e10fb2aea7..1b5d6fac27 100644 --- a/pages/common/jq.md +++ b/pages/common/jq.md @@ -5,7 +5,7 @@ - Execute a specific expression only using the `jq` binary (print a colored and formatted JSON output): -`jq '.' /{{path/to/file.json}}` +`jq '.' {{path/to/file.json}}` - Execute a specific script: