Skip to content

Commit

Permalink
Fixed command for listing domains required for Codespaces (#35800)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Nguyen <[email protected]>
  • Loading branch information
StefanFB and nguyenalex836 authored Jan 6, 2025
1 parent 4e8773c commit 6c20e88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you see rejected connections, make sure the domains documented by the `/meta`

To get the list of domains required by {% data variables.product.prodname_github_codespaces %}, execute the following command using {% data variables.product.prodname_cli %}:

`gh api meta | jq .domains.codespaces`
`gh api meta --jq .domains.codespaces`

### "We are having trouble fetching your codespace information"

Expand Down

0 comments on commit 6c20e88

Please sign in to comment.