You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/commands/Enable.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ export class EnableCommand extends Command<Context> {
13
13
];
14
14
15
15
staticusage=Command.Usage({
16
-
description: `Add the Corepack shims to the install directories`,
16
+
description: `Add the Corepack shims to the install directory`,
17
17
details: `
18
18
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.
0 commit comments