X Tutup
Skip to content

Commit 0af268d

Browse files
committed
properly indent ssh config example
1 parent 06eb5ad commit 0af268d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/codespace/ssh.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ type sshResult struct {
270270
// configuration for a single codespace. For example:
271271
//
272272
// Host {{Name}}.{{EscapedRef}
273-
// User {{SSHUser}
274-
// ProxyCommand {{GHExec}} cs ssh -c {{Name}} --stdio
273+
// User {{SSHUser}
274+
// ProxyCommand {{GHExec}} cs ssh -c {{Name}} --stdio
275275
//
276276
// EscapedRef is included in the name to help distinguish between codespaces
277277
// when tab-completing ssh hostnames. '/' characters in EscapedRef are

0 commit comments

Comments
 (0)
X Tutup