mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
[fix] I'm an idiot ™
This commit is contained in:
parent
05d9a92ff8
commit
7d1c0aca11
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fi
|
||||||
|
|
||||||
if [ "$before_pull_commit" != "$(git show HEAD | head -n 1)" ]
|
if [ "$before_pull_commit" != "$(git show HEAD | head -n 1)" ]
|
||||||
then
|
then
|
||||||
python ./update_translations.py official.json community.json dev.json
|
python ./update_translations.py official-build.json community-build.json dev-build.json
|
||||||
if [ "$(git status -s| grep 'M locales/en.json')" ]
|
if [ "$(git status -s| grep 'M locales/en.json')" ]
|
||||||
then
|
then
|
||||||
git add locales/en.json
|
git add locales/en.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue