forked from Mirror/pmbootstrap
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:
parent
234673ce03
commit
8da12a98a7
3 changed files with 9 additions and 10 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue