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

Commita090a18

Browse files
committed
linting
1 parentcbeef64 commita090a18

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
varsdkError*codersdk.Error
121121
iferrors.As(err,&sdkError) {
122122
ifsdkError.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
returnsdkError
126126
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp