From 3e7e214cc011bbb0f51beb25895f0c0694dca748 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Tue, 20 Jun 2023 09:28:23 -0400
Subject: [PATCH] misc: fix typo in jenkinsfile

Change-Id: Ic6f67912a67057bbd3612fa1e232ab847647687f
---
 _build/Jenkinsfile.i18n | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_build/Jenkinsfile.i18n b/_build/Jenkinsfile.i18n
index fa6c24e3..ccb3926b 100644
--- a/_build/Jenkinsfile.i18n
+++ b/_build/Jenkinsfile.i18n
@@ -124,7 +124,7 @@ pipeline {
                                     curl -Lo .git/hooks/commit-msg https://review.jami.net/tools/hooks/commit-msg
                                     chmod +x .git/hooks/commit-msg
                                     git add locales
-                                    git commit --author "${GIT_USER_NAME} ${GIT_USER_EMAIL}" -m'i18n: automatic bump'
+                                    git commit --author "${GIT_USER_NAME} <${GIT_USER_EMAIL}>" -m'i18n: automatic bump'
                                     git push ${GIT_PUSH_URL} HEAD:refs/for/master
                                 """
                             }
-- 
GitLab