Skip to content

Commit 0524fc9

Browse files
committed
remove quotes from org list
1 parent 1637b18 commit 0524fc9

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
return err
104104
}

0 commit comments

Comments
 (0)