From 360b43a1b91fa2586d6104d195df62f1cc68e89b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Tue, 7 Sep 2021 19:38:39 +0200 Subject: [PATCH] Don't pass the binary name anymore --- src/cli/commands/init.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli/commands/init.js b/src/cli/commands/init.js index 0130617fb9..1ee1d82abc 100644 --- a/src/cli/commands/init.js +++ b/src/cli/commands/init.js @@ -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`,