Skip to content

Commit

Permalink
Possible fix in .grenrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1986 committed Feb 18, 2021
1 parent 57be8ad commit 8b8fde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .grenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function getAuthor(placeholders) {
// skip owner
return '';
}
return `- ${placeholders.author ? `@${placeholders.author}` : name}`;
return `- @${placeholders.author}`;
}
function parseCommitLine(placeholders) {
return `- [${placeholders.sha.substr(0, 7)}] ${placeholders.message} ${getAuthor(placeholders)}`
Expand Down

0 comments on commit 8b8fde1

Please sign in to comment.