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

Commit b693837

Browse files
committed
fixup! Rework usage and descriptions
1 parent ab27899 commit b693837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/coder/configssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func configSSH(filepath *string, remove *bool) func(c *cli.Context) {
122122
flog.Fatal("failed to fetch and write ssh key: %v", err)
123123
}
124124

125-
fmt.Printf("An auto-generated ssh config was written to %q\n", filepath)
125+
fmt.Printf("An auto-generated ssh config was written to %q\n", *filepath)
126126
fmt.Printf("Your private ssh key was written to %q\n", privateKeyFilepath)
127127
fmt.Println("You should now be able to ssh into your environment")
128128
fmt.Printf("For example, try running\n\n\t$ ssh coder.%s\n\n", envs[0].Name)

0 commit comments

Comments
 (0)