We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ee3e11 + 5c5ef75 commit dc5d591Copy full SHA for dc5d591
actions/info.action.ts
@@ -82,7 +82,7 @@ export class InfoAction extends AbstractAction {
82
83
async displayNestInformation(): Promise<void> {
84
this.displayCliVersion();
85
- console.info(green`[Nest Platform Information`);
+ console.info(green`[Nest Platform Information]`);
86
await this.displayNestInformationFromPackage();
87
}
88
0 commit comments