From a855bbf07b4a67cd96a76f501fc57d5911c476fa Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 26 Oct 2021 23:00:46 +0200 Subject: [PATCH] Homogenize bot's name/email b/w author/committer --- tools/README-generator/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README-generator/webhook.py b/tools/README-generator/webhook.py index a2183df1..5f295de8 100755 --- a/tools/README-generator/webhook.py +++ b/tools/README-generator/webhook.py @@ -83,7 +83,7 @@ async def on_push(request): print("nothing to do") return text("nothing to do") - await git(["commit", "-a", "-m", "Auto-update README", "--author='Yunohost-Bot <>'"], in_folder=folder) + await git(["commit", "-a", "-m", "Auto-update README", "--author='yunohost-bot '"], in_folder=folder) await git(["push", "origin", branch, "--quiet"], in_folder=folder) return text("ok")