Remove unwanted trailing quote

Removes a stray quote from the codespace ssh example.
This commit is contained in:
Steve Gray 2022-03-18 14:06:27 -06:00 committed by GitHub
parent 31c6ba3807
commit b48a93cddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ func newSSHCmd(app *App) *cobra.Command {
$ gh codespace ssh
$ gh codespace ssh --config > ~/.ssh/codespaces
$ echo 'include ~/.ssh/codespaces' >> ~/.ssh/config'
$ echo 'include ~/.ssh/codespaces' >> ~/.ssh/config
`),
PreRunE: func(c *cobra.Command, args []string) error {
if opts.stdio {