Skip to content

Commit

Permalink
Don't pass the binary name anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Sep 7, 2021
1 parent 59cb57b commit 360b43a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export async function run(config: Config, reporter: Reporter, flags: Object, arg
[
path.join(process.env.COREPACK_ROOT, 'dist/corepack.js'),
`yarn@${flags.install || `stable`}`,
`yarn`,
`init`,
...forwardedArgs,
`--install=self`,
Expand Down

0 comments on commit 360b43a

Please sign in to comment.