mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
pmb.config.pmaports: Fix typo
This commit is contained in:
parent
fc8fd02213
commit
c5bf78a7f6
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ def all_channels() -> list[str]:
|
||||||
"""Get a list of all channels for all pkgrepos."""
|
"""Get a list of all channels for all pkgrepos."""
|
||||||
ret = {read_config(repo)["channel"] for repo in pkgrepo_paths()}
|
ret = {read_config(repo)["channel"] for repo in pkgrepo_paths()}
|
||||||
|
|
||||||
logging.verbose(f"all_chanels: {ret}")
|
logging.verbose(f"all_channels: {ret}")
|
||||||
return list(ret)
|
return list(ret)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue