mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +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."""
|
||||
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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue