helpers: other: drop args from migrate_work_folder() (MR 2352)

Was erronesously passing args to cli.confirm.

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-07-08 18:02:13 +02:00 committed by Oliver Smith
parent 234673ce03
commit 8da12a98a7
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
3 changed files with 9 additions and 10 deletions

View file

@ -679,7 +679,7 @@ def frontend(args: PmbArgs):
pmb.config.save(args.config, config)
# Migrate work dir if necessary
pmb.helpers.other.migrate_work_folder(args)
pmb.helpers.other.migrate_work_folder()
# Clone pmaports
pmb.config.pmaports.init()