Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9e9cf93

Browse files
committed
fixup! Merge pull request #108 from cdr/envs-status
1 parent e130f8b commit 9e9cf93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cmd/configssh.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ func configSSH(configpath *string, remove *bool) func(cmd *cobra.Command, _ []st
127127
return xerrors.Errorf("fetch and write ssh key: %w", err)
128128
}
129129

130-
fmt.Printf("An auto-generated ssh config was written to %q\n", *configpath)
131-
fmt.Printf("Your private ssh key was written to %q\n", privateKeyFilepath)
130+
fmt.Printf("An auto-generated ssh config was written to \"%s\"\n", *configpath)
131+
fmt.Printf("Your private ssh key was written to \"%s\"\n", privateKeyFilepath)
132132
fmt.Println("You should now be able to ssh into your environment")
133133
fmt.Printf("For example, try running\n\n\t$ ssh coder.%s\n\n", envs[0].Name)
134134
return nil

0 commit comments

Comments
 (0)