Remove full stop from localisation workflow commit message

This commit is contained in:
Aaron van Geffen 2020-08-15 23:14:07 +02:00 committed by GitHub
parent e2536118aa
commit 9484f90911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
git add .
git config --global user.name "OpenRCT2 git bot"
git config --global user.email "gitbot@openrct2.org"
git commit -m "Merge Localisation/master into OpenRCT2/develop."
git commit -m "Merge Localisation/master into OpenRCT2/develop"
git push
echo "Complete"
else