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

Commit3624173

Browse files
committed
remove quotes from org list
1 parentecee256 commit3624173

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
@@ -98,7 +98,7 @@ func (r *RootCmd) switchOrganization() *clibase.Cmd {
9898
Message:fmt.Sprintf("Organization %q not found. Is the name correct, and are you a member of it?",switchToOrg),
9999
Detail:"Ensure the organization argument is correct and you are a member of it.",
100100
},
101-
Helper:fmt.Sprintf("Valid organizations you can switch to: %q",strings.Join(orgNames(orgs),", ")),
101+
Helper:fmt.Sprintf("Valid organizations you can switch to: %s",strings.Join(orgNames(orgs),", ")),
102102
}
103103
returnerr
104104
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp