Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Jan 15, 2025
1 parent 0ecc3b8 commit 01b78c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,8 @@ const issueCommand = new Command()
`${issueId} ${title}`,
"--body",
url,
"--web",
...(base ? ["--base", base] : []),
...(draft ? ["--draft"] : []),
...(draft ? ["--draft"] : ["--web"]),
],
stdin: "inherit",
stdout: "inherit",
Expand Down

0 comments on commit 01b78c3

Please sign in to comment.