Skip to content

Commit 5c5ef75

Browse files
authored
fix: add missing closing square brackets
1 parent 5ee3e11 commit 5c5ef75

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)