config.get_path(), wrapper: remove --config/-C from wrapper args
This commit is contained in:
parent
faa855eda9
commit
a3d85cda8c
6 changed files with 74 additions and 29 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue