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