Skip to content

Commit dc5d591

Browse files
Merge pull request #3040 from micalevisk/fix/issue-3039
fix: add missing closing square brackets
2 parents 5ee3e11 + 5c5ef75 commit dc5d591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/info.action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class InfoAction extends AbstractAction {
8282

8383
async displayNestInformation(): Promise<void> {
8484
this.displayCliVersion();
85-
console.info(green`[Nest Platform Information`);
85+
console.info(green`[Nest Platform Information]`);
8686
await this.displayNestInformationFromPackage();
8787
}
8888

0 commit comments

Comments
 (0)