Skip to content

Commit 697821e

Browse files
committed
Test commit
Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
1 parent f222331 commit 697821e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ export class Command {
139139
}
140140

141141
argsForSpawnType(args: string[]): string[] {
142-
return this.shellMode ? args.map(arg => `"${arg}"`) : args;
142+
return args;
143143
}
144144
}

0 commit comments

Comments
 (0)