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
@@ -21,7 +21,7 @@ export class EnableCommand extends Command<Context> {
21
21
By default it will locate the install directory by running the equivalent of \`which corepack\`, but this can be tweaked by explicitly passing the install directory via the \`--install-directory\` flag.
22
22
`,
23
23
examples: [[
24
-
`Enable all shims, putting them next to the \`corepath\` binary`,
24
+
`Enable all shims, putting them next to the \`corepack\` binary`,
25
25
`$0 enable`,
26
26
],[
27
27
`Enable all shims, putting them in the specified directory`,
0 commit comments