We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad9b5c commit 3a05f49Copy full SHA for 3a05f49
1 file changed
src/install.ts
@@ -15,7 +15,6 @@ export const installCommands = {
15
spawnSync(installCommand.command, installCommand.args, {
16
cwd: cliDir,
17
stdio: 'inherit',
18
- shell: true,
19
});
20
},
21
};
0 commit comments