Skip to content

Commit 255bbe5

Browse files
committed
linting
1 parent ec35cf5 commit 255bbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/organization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func (r *RootCmd) switchOrganization() *clibase.Cmd {
120120
var sdkError *codersdk.Error
121121
if errors.As(err, &sdkError) {
122122
if sdkError.Helper == "" && sdkError.StatusCode() != 500 {
123-
sdkError.Helper = fmt.Sprintf("If this error persists, try unsetting your org with 'coder organizations switch \"\"'")
123+
sdkError.Helper = `If this error persists, try unsetting your org with 'coder organizations switch ""'`
124124
}
125125
return sdkError
126126
}

0 commit comments

Comments
 (0)