Skip to content

Commit ade77e8

Browse files
committed
Revert "updated to use transifex branch"
This reverts commit bd62060.
1 parent bd62060 commit ade77e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/translations-merge-update.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ set -o nounset
3838
pushd python_env/src/cc.i18n/ >/dev/null
3939

4040
# Get latest changes so we don't clash with remote HEAD
41-
git checkout -q transifex
42-
git pull -q origin transifex
41+
git checkout -q master
42+
git pull -q origin master
4343

4444
# Pull and commit new translations
4545
tx -q pull -a --mode developer
@@ -65,7 +65,7 @@ else
6565
set +o errexit
6666
git commit -q -a -m'Latest i18n updates from Transifex'
6767
set -o errexit
68-
git push -q origin transifex
68+
git push -q origin master
6969

7070
# Change directory back to project root
7171
popd >/dev/null

0 commit comments

Comments
 (0)