From 7ed42aaad581c35a2d9524e81c93cc092fcbee93 Mon Sep 17 00:00:00 2001 From: chlorine Date: Sat, 28 Sep 2024 05:37:33 +0000 Subject: [PATCH] doc: update directories to directory in corepack enable --help --- deps/corepack/dist/lib/corepack.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/corepack/dist/lib/corepack.cjs b/deps/corepack/dist/lib/corepack.cjs index 2978fc336232e0..2af93d6e00136a 100644 --- a/deps/corepack/dist/lib/corepack.cjs +++ b/deps/corepack/dist/lib/corepack.cjs @@ -22553,7 +22553,7 @@ var EnableCommand = class extends Command { [`enable`] ]; static usage = Command.Usage({ - description: `Add the Corepack shims to the install directories`, + description: `Add the Corepack shims to the install directory`, details: ` When run, this command will check whether the shims for the specified package managers can be found with the correct values inside the install directory. If not, or if they don't exist, they will be created.