Skip to content

Commit b48a93c

Browse files
authored
Remove unwanted trailing quote
Removes a stray quote from the codespace ssh example.
1 parent 31c6ba3 commit b48a93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/codespace/ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func newSSHCmd(app *App) *cobra.Command {
5959
$ gh codespace ssh
6060
6161
$ gh codespace ssh --config > ~/.ssh/codespaces
62-
$ echo 'include ~/.ssh/codespaces' >> ~/.ssh/config'
62+
$ echo 'include ~/.ssh/codespaces' >> ~/.ssh/config
6363
`),
6464
PreRunE: func(c *cobra.Command, args []string) error {
6565
if opts.stdio {

0 commit comments

Comments
 (0)