summaryrefslogtreecommitdiff
path: root/db-import-pkg
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-05-06 13:23:21 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-05-06 14:55:58 -0400
commit7dfb49ffce37a72ec24e4496b6b015336c252051 (patch)
treee94bda375d546f1a1c0e321667170043b714b6fc /db-import-pkg
parent0bb39453f523176c73fef0c693421dd2f46ecc05 (diff)
db-import-pkg: Use correct pool name in messages for archlinux{32,arm}
Diffstat (limited to 'db-import-pkg')
-rwxr-xr-xdb-import-pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-import-pkg b/db-import-pkg
index 12148ec..659276e 100755
--- a/db-import-pkg
+++ b/db-import-pkg
@@ -81,7 +81,7 @@ sync_pool() {
mkdir -p -- "$_into"
msg2 "Retrieving %d packages from %s pool" \
"$(wc -l < "$_whitelist")" \
- "$(basename "$_from")"
+ "$(basename "$_into")"
# *Don't delete-after*, this is the job of
# cleanup scripts. It will remove our packages too