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