Skip to content

Commit

Permalink
fix: rename node ace install to node ace add
Browse files Browse the repository at this point in the history
Was a typo. Should be `node ace add`  and not `node ace install`
  • Loading branch information
Julien-R44 committed Feb 26, 2024
1 parent b377553 commit 9e5c21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/add.ts
Expand Up @@ -17,7 +17,7 @@ import { args, BaseCommand, flags } from '../modules/ace/main.js'
* in one go.
*/
export default class Add extends BaseCommand {
static commandName = 'install'
static commandName = 'add'
static description = 'Install and configure a package'
static options: CommandOptions = {
allowUnknownFlags: true,
Expand Down

0 comments on commit 9e5c21e

Please sign in to comment.