Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbeef64 commit a090a18Copy full SHA for a090a18
cli/organization.go
@@ -120,7 +120,7 @@ func (r *RootCmd) switchOrganization() *clibase.Cmd {
120
var sdkError *codersdk.Error
121
if errors.As(err, &sdkError) {
122
if sdkError.Helper == "" && sdkError.StatusCode() != 500 {
123
- sdkError.Helper = fmt.Sprintf("If this error persists, try unsetting your org with 'coder organizations switch \"\"'")
+ sdkError.Helper = `If this error persists, try unsetting your org with 'coder organizations switch ""'`
124
}
125
return sdkError
126
0 commit comments