We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c6ba3 commit b48a93cCopy full SHA for b48a93c
pkg/cmd/codespace/ssh.go
@@ -59,7 +59,7 @@ func newSSHCmd(app *App) *cobra.Command {
59
$ gh codespace ssh
60
61
$ gh codespace ssh --config > ~/.ssh/codespaces
62
- $ echo 'include ~/.ssh/codespaces' >> ~/.ssh/config'
+ $ echo 'include ~/.ssh/codespaces' >> ~/.ssh/config
63
`),
64
PreRunE: func(c *cobra.Command, args []string) error {
65
if opts.stdio {
0 commit comments