Skip to content

Commit

Permalink
fix: revert message
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 21, 2023
1 parent 45cd775 commit 8db2308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/core-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class CoreV2 extends Command {

async run(): Promise<Result> {
const {args, flags} = await this.parse(CoreV2)
this.log(`hello I am a CJS plugin from ${this.config.root}!`)
this.log(`hello I am an @oclif/core@v2 plugin from ${this.config.root}!`)
return {args, flags}
}
}

0 comments on commit 8db2308

Please sign in to comment.