mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix push-i18n
This commit is contained in:
parent
e8b2182d79
commit
4983eb8e3d
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
set -eo pipefail
|
||||
|
||||
topDir=$(dirname $0)/../..
|
||||
topDir=$(dirname $0)/../../../
|
||||
cd $topDir
|
||||
|
||||
all=all.files
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue