mirror of
https://github.com/ankitects/anki.git
synced 2025-12-14 07:10:59 -05: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
|
set -eo pipefail
|
||||||
|
|
||||||
topDir=$(dirname $0)/../..
|
topDir=$(dirname $0)/../../../
|
||||||
cd $topDir
|
cd $topDir
|
||||||
|
|
||||||
all=all.files
|
all=all.files
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
./update-po-template
|
scripts/update-po-template
|
||||||
(cd repo && git add desktop; git commit -m update; git push)
|
(cd repo && git add desktop; git commit -m update; git push)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue