From 5e6b50bce48886570bbff40b6f2584c5d0d9ff43 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 19 Jun 2018 20:54:04 +0100 Subject: [PATCH] crowdin: fix "git commit" command after #1570 --- .ci/Jenkinsfile.crowdin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile.crowdin b/.ci/Jenkinsfile.crowdin index b0412438..4c89a5f6 100644 --- a/.ci/Jenkinsfile.crowdin +++ b/.ci/Jenkinsfile.crowdin @@ -62,7 +62,7 @@ timestamps { ) sh 'git add .' try { - sh "git commit -m Update translations from Crowdin for ${modified_locales}" + sh "git commit -m 'Update translations from Crowdin for ${modified_locales}'" } catch(e) { echo 'No changes found' return