From cff7381a7c094e9d781d23717edf9722e12bd6fd 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 a2183df..5f295de 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")