Remove unwanted trailing quote
Removes a stray quote from the codespace ssh example.
This commit is contained in:
parent
31c6ba3807
commit
b48a93cddf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue