From bf2cb9784fe726b163667aaeab541cf7ae7f21a9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 17 Apr 2016 10:58:22 -0400 Subject: Give things more consistent names. --- db-import.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-import.conf') diff --git a/db-import.conf b/db-import.conf index aaf7b0f..e00e7b0 100644 --- a/db-import.conf +++ b/db-import.conf @@ -15,7 +15,7 @@ case "$USER" in );; esac -_archpkgmirror=$(db-pick-mirror rsync https://www.archlinux.org/mirrors/status/tier/1/json/) +_archpkgmirror=$(db-import-pick-mirror rsync https://www.archlinux.org/mirrors/status/tier/1/json/) # name pkgmirror absmirror repo-arch... IMPORTS=("archlinux ${_archpkgmirror} rsync.archlinux.org ${_archrepos[*]}") -- cgit v1.2.3-2-g168b