Thanks to visit codestin.com
Credit goes to github.com

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

Commit 9324310

Browse files
greyscaledcmoog
andauthored
Fixup
Co-authored-by: Charles Moog <[email protected]>
1 parent a727c6b commit 9324310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/configssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func configSSH(configpath *string, remove *bool) func(cmd *cobra.Command, _ []st
135135
fmt.Printf("Your private ssh key was written to \"%s\"\n", privateKeyFilepath)
136136
}
137137

138-
writeSSHUXState(ctx, client)
138+
_ = writeSSHUXState(ctx, client)
139139
fmt.Printf("An auto-generated ssh config was written to \"%s\"\n", *configpath)
140140
fmt.Println("You should now be able to ssh into your environment")
141141
fmt.Printf("For example, try running\n\n\t$ ssh coder.%s\n\n", envs[0].Name)

0 commit comments

Comments
 (0)