From 0af268da4edb6b67f29704391ed0f4fdf8aabdbc Mon Sep 17 00:00:00 2001 From: Jason Lunz Date: Fri, 17 Dec 2021 16:11:55 -0700 Subject: [PATCH] properly indent ssh config example --- pkg/cmd/codespace/ssh.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/codespace/ssh.go b/pkg/cmd/codespace/ssh.go index 72b5611d5..36aef65fd 100644 --- a/pkg/cmd/codespace/ssh.go +++ b/pkg/cmd/codespace/ssh.go @@ -270,8 +270,8 @@ type sshResult struct { // configuration for a single codespace. For example: // // Host {{Name}}.{{EscapedRef} -// User {{SSHUser} -// ProxyCommand {{GHExec}} cs ssh -c {{Name}} --stdio +// User {{SSHUser} +// ProxyCommand {{GHExec}} cs ssh -c {{Name}} --stdio // // EscapedRef is included in the name to help distinguish between codespaces // when tab-completing ssh hostnames. '/' characters in EscapedRef are