summaryrefslogtreecommitdiff
path: root/db-import.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 10:58:22 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 11:10:57 -0400
commitbf2cb9784fe726b163667aaeab541cf7ae7f21a9 (patch)
treedb3706dad0ccfc5ac4fbd43aa6241a689e8e3e96 /db-import.conf
parent03c3068761682bb1af9c615c91bc30da67fddf06 (diff)
Give things more consistent names.
Diffstat (limited to 'db-import.conf')
-rw-r--r--db-import.conf2
1 files changed, 1 insertions, 1 deletions
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[*]}")