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.
1 parent 5ee3e11 commit 5c5ef75Copy full SHA for 5c5ef75
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