1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore: make script for updating translations actually commit stuff

This commit is contained in:
Zetok Zalbavar 2016-10-02 08:59:53 +01:00
parent a3532e4212
commit 04ae171d04
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -36,7 +36,7 @@ then
done
git add translations/*.ts
git commit --author -m "$COMMIT_MSG"
git commit -m "$COMMIT_MSG"
else
$LUPDATE_CMD "translations/$@.ts"
fi