Skip to content

Commit

Permalink
fix formating of commit trailer
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed May 8, 2020
1 parent 246ae05 commit 397741a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function main() {
"-1",
"--author",
coauthor,
"--format='%an <%ae>'",
"--format=%an <%ae>",
],
{ encoding: "utf8" }
);
Expand Down

0 comments on commit 397741a

Please sign in to comment.