From 44bcab623bcd0066dfd0a6eb86cac318772c97b1 Mon Sep 17 00:00:00 2001 From: chlorine Date: Sun, 29 Sep 2024 04:57:19 +0000 Subject: [PATCH] updatdoc: e directories to directory in corepack --help --- 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.