diff --git a/i18n/push_translations.sh b/i18n/push_translations.sh index b4d1bc2aed..7150fd586a 100755 --- a/i18n/push_translations.sh +++ b/i18n/push_translations.sh @@ -28,8 +28,8 @@ if [ $? == 0 ]; then fi git checkout master git add *.pot *.po *.properties - git commit --message "updated translations" - if ! git push https://$GH_TOKEN@github.com/PhoenicisOrg/Scripts.git > /dev/null 2>&1; then + git commit --message "Update translations" + if ! git push https://$GH_TOKEN@github.com/PhoenicisOrg/scripts.git > /dev/null 2>&1; then echo "could not push translation updates" exit 1 fi