From 6853f9a306120df9c174217cd1038808430eadca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 17 Sep 2015 19:37:42 -0700 Subject: [PATCH] pull-trans: use team@ instead of admin@, typo fix --- tools/pull-trans.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pull-trans.sh b/tools/pull-trans.sh index f98cfa473..2a25e5ed9 100755 --- a/tools/pull-trans.sh +++ b/tools/pull-trans.sh @@ -13,7 +13,7 @@ REMOTE="weblate" REMOTE_URL="git://git.weblate.org/f-droid.git" REMOTE_BRANCH="master" -AUTHOR="F-Droid Translatebot " +AUTHOR="F-Droid Translatebot " if ! git ls-remote --exit-code $REMOTE >/dev/null 2>/dev/null; then echo "Remote doesn't exist! Try the following:" @@ -34,7 +34,7 @@ git diff $diff | git apply git add $files -git commit --author "$AUTHOR" -m "Pull translation updates from weblate +git commit --author "$AUTHOR" -m "Pull translation updates from Weblate Translators: