Skip to content

Commit 38fec48

Browse files
yjp20stainless-app[bot]
authored andcommitted
feat: polish around logging
1 parent 6a173e7 commit 38fec48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cmd/project.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ func handleProjectsCreate(ctx context.Context, cmd *cli.Command) error {
274274
cmd.Set("org", org)
275275
cmd.Set("display-name", projectName)
276276
cmd.Set("slug", slug)
277-
if len(selectedTargets) > 0 {
278-
cmd.Set("targets", strings.Join(selectedTargets, ","))
277+
for _, target := range selectedTargets {
278+
cmd.Set("+target", target)
279279
}
280280
if openAPISpec != "" {
281281
cmd.Set("openapi-spec", openAPISpec)

stainless-workspace.json

Whitespace-only changes.

0 commit comments

Comments
 (0)