diff --git a/src/commands/core-v2.ts b/src/commands/core-v2.ts index 124d7e3..95f4daa 100644 --- a/src/commands/core-v2.ts +++ b/src/commands/core-v2.ts @@ -30,7 +30,7 @@ export default class CoreV2 extends Command { async run(): Promise { 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} } }