Skip to content

Commit 0d2e96e

Browse files
committed
chore: update
1 parent 12215ac commit 0d2e96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/info/releasenotes/display.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default class Display extends SfdxCommand {
9999
renderer: new TerminalRenderer({ emoji: false }),
100100
});
101101

102-
tokens.unshift(marked.lexer(`# Release notes for '${this.config.bin}':`)[0]);
102+
tokens.unshift(marked.lexer(`# Release notes for '${plugin.name}':`)[0]);
103103

104104
this.ux.log(marked.parser(tokens));
105105

0 commit comments

Comments
 (0)