Skip to content

Commit

Permalink
Fix update_app_levels in maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Sep 14, 2024
1 parent a0d7696 commit 0754a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]:YunoHost/apps.git" -c .apps_cache
}

safe_run() {
Expand Down

0 comments on commit 0754a17

Please sign in to comment.