config.get_path(), wrapper: remove --config/-C from wrapper args

This commit is contained in:
InsanePrawn 2021-09-30 03:50:11 +02:00
parent faa855eda9
commit a3d85cda8c
6 changed files with 74 additions and 29 deletions

View file

@ -201,4 +201,4 @@ def get_kupfer_https(arch: str) -> Distro:
def get_kupfer_local(arch: str) -> Distro:
return get_kupfer(arch, f"file://{config.file['paths']['packages']}/$repo")
return get_kupfer(arch, f"file://{config.get_path('packages')}/$repo")