From 8357e6a9d39216bd3d258e3b22c947cd0846f5a3 Mon Sep 17 00:00:00 2001 From: Seo Hyeon Cheol Date: Thu, 20 Feb 2025 15:16:25 +0900 Subject: [PATCH] Update usage.md Added a missing closing single quote at the end of the jq command to ensure proper syntax. --- docs/reference-implementation/installations/idpbuilder/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference-implementation/installations/idpbuilder/usage.md b/docs/reference-implementation/installations/idpbuilder/usage.md index cdddb8f04..3d27132e2 100644 --- a/docs/reference-implementation/installations/idpbuilder/usage.md +++ b/docs/reference-implementation/installations/idpbuilder/usage.md @@ -154,7 +154,7 @@ The token can be obtained by running the following command: idpbuilder get secrets -p gitea # get token only -idpbuilder get secrets -p gitea -o json | jq -r '.[0].data.token +idpbuilder get secrets -p gitea -o json | jq -r '.[0].data.token' ```