mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
crowdin: fix "git commit" command after #1570
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user