Fix update_app_levels in maintenance
This commit is contained in:
parent
a0d7696507
commit
0754a17ea6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ update_app_levels() {
|
|||
date
|
||||
update_apps_repo
|
||||
update_apps_cache
|
||||
venv/bin/python3 update_app_levels.py -l .apps -c .apps_cache
|
||||
venv/bin/python3 update_app_levels/update_app_levels.py -r "git@github.com:YunoHost/apps.git" -c .apps_cache
|
||||
}
|
||||
|
||||
safe_run() {
|
||||
|
|
Loading…
Reference in a new issue