1
0
Fork 1
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:
Newbyte 2025-06-05 14:07:40 +02:00
parent fc8fd02213
commit c5bf78a7f6

View file

@ -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)