From d732259fafde57cb859f970dc9e2b01f656fc47d Mon Sep 17 00:00:00 2001 From: chlorine Date: Sun, 29 Sep 2024 16:12:08 +0800 Subject: [PATCH] doc: update directories to directory in corepack --help (#565) --- sources/commands/Enable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/commands/Enable.ts b/sources/commands/Enable.ts index c7bca84a4..78b33c0d9 100644 --- a/sources/commands/Enable.ts +++ b/sources/commands/Enable.ts @@ -13,7 +13,7 @@ export class EnableCommand extends Command { ]; 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.