Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commit9e9cf93

Browse files
committed
fixup! Merge pull request#108 from cdr/envs-status
1 parente130f8b commit9e9cf93

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
returnxerrors.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
returnnil

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp