From 397741affe2d66340bf58159ff2fb4e13852102f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Fri, 8 May 2020 22:50:22 +0100 Subject: [PATCH] fix formating of commit trailer --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 36dc9ce..e79b175 100755 --- a/index.js +++ b/index.js @@ -108,7 +108,7 @@ async function main() { "-1", "--author", coauthor, - "--format='%an <%ae>'", + "--format=%an <%ae>", ], { encoding: "utf8" } );