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

Environment subcommands #89

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
fixup! Rework usage and descriptions
  • Loading branch information
cmoog committed Jul 31, 2020
commit b6938372d5a948486f56fca5c0e4d66484bf391e
2 changes: 1 addition & 1 deletion cmd/coder/configssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func configSSH(filepath *string, remove *bool) func(c *cli.Context) {
flog.Fatal("failed to fetch and write ssh key: %v", err)
}

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