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 7f8e6f9 commit efce093Copy full SHA for efce093
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