From 6c20e887bed0e6fb174bd697502f4f60cb657af9 Mon Sep 17 00:00:00 2001 From: StefanFB <68238380+StefanFB@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:40:59 +0100 Subject: [PATCH] Fixed command for listing domains required for Codespaces (#35800) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../troubleshooting-your-connection-to-github-codespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md index dea2a4501054..6221c90c30cd 100644 --- a/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md +++ b/content/codespaces/troubleshooting/troubleshooting-your-connection-to-github-codespaces.md @@ -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"