Cosmetic: pmb.helpers.repo.update(): fix comment (!1726)

APKBUILD was written where it should have been APKINDEX.
This commit is contained in:
Oliver Smith 2018-12-11 07:37:07 +01:00
parent d6f7571cb9
commit 49212ba317
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ def update(args, arch=None, force=False, existing_only=False):
:param arch: * one Alpine architecture name ("x86_64", "armhf", ...)
* None for all architectures
:param force: even update when the APKINDEX file is fairly recent
:param existing_only: only update the APKBUILD files that already exist,
:param existing_only: only update the APKINDEX files that already exist,
this is used by "pmbootstrap update"
:returns: True when files have been downloaded, False otherwise