Skip to content

Commit af405ad

Browse files
Apply suggestion from @roomote[bot]
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent b6ba2f9 commit af405ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/prompts/sections/rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function getCommandChainOperator(): string {
2020

2121
// Check for cmd.exe
2222
if (shell.includes("cmd.exe")) {
23-
return "&"
23+
return "&&"
2424
}
2525

2626
// Default to Unix-style && for bash, zsh, sh, and other shells

0 commit comments

Comments
 (0)