diff options
Diffstat (limited to 'src/github-cli/README.md')
-rw-r--r-- | src/github-cli/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/github-cli/README.md b/src/github-cli/README.md index 1305656..5e95dec 100644 --- a/src/github-cli/README.md +++ b/src/github-cli/README.md @@ -7,9 +7,9 @@ Installs the GitHub CLI. Auto-detects latest version and installs needed depende ```json "features": { - "ghcr.io/devcontainers/features/github-cli:1": { - "version": "latest" - } + "ghcr.io/devcontainers/features/github-cli:1": { + "version": "latest" + } } ``` |