We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71bd62 commit bd62060Copy full SHA for bd62060
1 file changed
scripts/translations-merge-update.sh
@@ -38,8 +38,8 @@ set -o nounset
38
pushd python_env/src/cc.i18n/ >/dev/null
39
40
# Get latest changes so we don't clash with remote HEAD
41
-git checkout -q master
42
-git pull -q origin master
+git checkout -q transifex
+git pull -q origin transifex
43
44
# Pull and commit new translations
45
tx -q pull -a --mode developer
@@ -65,7 +65,7 @@ else
65
set +o errexit
66
git commit -q -a -m'Latest i18n updates from Transifex'
67
set -o errexit
68
- git push -q origin master
+ git push -q origin transifex
69
70
# Change directory back to project root
71
popd >/dev/null
0 commit comments