Skip to content

Commit f8a2797

Browse files
committed
Close double quote in bash command
1 parent 6303a34 commit f8a2797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation-guides/install-claude.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Aut
3535

3636
With an environment variable:
3737
```bash
38-
claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Authorization: Bearer $(grep GITHUB_PAT .env | cut -d '=' -f2)
38+
claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Authorization: Bearer $(grep GITHUB_PAT .env | cut -d '=' -f2)"
3939
```
4040
2. Restart Claude Code
4141
3. Run `claude mcp list` to see if the GitHub server is configured

0 commit comments

Comments
 (0)