crowdin: fix "git commit" command after #1570

This commit is contained in:
Alexey Sokolov
2018-06-19 20:54:04 +01:00
parent e85157a56c
commit 5e6b50bce4

View File

@@ -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