From e5353b0bfb30e70f28587e9923e804d932fafa37 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 27 Jan 2026 19:40:04 +0900 Subject: [PATCH] Update DEVELOPMENT.md --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 2c85c27b..5f4cbacf 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -18,7 +18,7 @@ See JSON files in `tools/codegen/base` directory for examples of the manifest. > If you have `Github CLI` installed (the command `gh`), you can: > > ```sh -> GITHUB_TOKEN=$(gh auth status --show-token 2>&1 | sed -n 's/^.*Token: //p') ./tools/manifest.sh +> GITHUB_TOKEN=$(gh auth token) ./tools/manifest.sh > ``` ## Refresh TOOLS.md