Skip to content

Commit 9e5c21e

Browse files
committed
fix: rename node ace install to node ace add
Was a typo. Should be `node ace add` and not `node ace install`
1 parent b377553 commit 9e5c21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { args, BaseCommand, flags } from '../modules/ace/main.js'
1717
* in one go.
1818
*/
1919
export default class Add extends BaseCommand {
20-
static commandName = 'install'
20+
static commandName = 'add'
2121
static description = 'Install and configure a package'
2222
static options: CommandOptions = {
2323
allowUnknownFlags: true,

0 commit comments

Comments
 (0)