From 49212ba31708b55e27260fa64b80942926127b63 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 11 Dec 2018 07:37:07 +0100 Subject: [PATCH] Cosmetic: pmb.helpers.repo.update(): fix comment (!1726) APKBUILD was written where it should have been APKINDEX. --- pmb/helpers/repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/helpers/repo.py b/pmb/helpers/repo.py index 8495b801..d2eb2d85 100644 --- a/pmb/helpers/repo.py +++ b/pmb/helpers/repo.py @@ -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