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 12215ac commit 0d2e96eCopy full SHA for 0d2e96e
src/commands/info/releasenotes/display.ts
@@ -99,7 +99,7 @@ export default class Display extends SfdxCommand {
99
renderer: new TerminalRenderer({ emoji: false }),
100
});
101
102
- tokens.unshift(marked.lexer(`# Release notes for '${this.config.bin}':`)[0]);
+ tokens.unshift(marked.lexer(`# Release notes for '${plugin.name}':`)[0]);
103
104
this.ux.log(marked.parser(tokens));
105
0 commit comments