Skip to content

Commit 1ca1e70

Browse files
committed
fix: jit install
1 parent 84e0f38 commit 1ca1e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/jit/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default class JitInstall extends SfCommand<void> {
3434
this.log(`• ${plugin} ${chalk.dim(version)}`);
3535
if (flags['dry-run']) continue;
3636
try {
37-
await this.config.runCommand(`plugins:install ${plugin}@${version}`);
37+
await this.config.runCommand('plugins:install', [`${plugin}@${version}`]);
3838
} catch {
3939
this.log(`Failed to install ${plugin} ${chalk.dim(version)}.`);
4040
}

0 commit comments

Comments
 (0)