1
0
Fork 0

Fix update_app_levels in maintenance

This commit is contained in:
Félix Piédallu 2024-09-14 14:17:42 +02:00
parent a0d7696507
commit 0754a17ea6

View file

@ -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() {