Skip to content

Commit 360b43a

Browse files
committed
Don't pass the binary name anymore
1 parent 59cb57b commit 360b43a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cli/commands/init.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export async function run(config: Config, reporter: Reporter, flags: Object, arg
3939
[
4040
path.join(process.env.COREPACK_ROOT, 'dist/corepack.js'),
4141
`yarn@${flags.install || `stable`}`,
42-
`yarn`,
4342
`init`,
4443
...forwardedArgs,
4544
`--install=self`,

0 commit comments

Comments
 (0)