fix push-i18n

This commit is contained in:
Damien Elmes 2020-02-26 18:09:06 +10:00
parent e8b2182d79
commit 4983eb8e3d
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
#
set -eo pipefail
topDir=$(dirname $0)/../..
topDir=$(dirname $0)/../../../
cd $topDir
all=all.files

View file

@ -2,5 +2,5 @@
set -eo pipefail
./update-po-template
scripts/update-po-template
(cd repo && git add desktop; git commit -m update; git push)