Skip to content

Commit bc9694f

Browse files
committed
fix(windows): opencode github install
1 parent 0beccc4 commit bc9694f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/cli/cmd/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export const GithubInstallCommand = cmd({
278278
process.platform === "darwin"
279279
? `open "${url}"`
280280
: process.platform === "win32"
281-
? `start "${url}"`
281+
? `start "" "${url}"`
282282
: `xdg-open "${url}"`
283283

284284
exec(command, (error) => {

0 commit comments

Comments
 (0)