summaryrefslogtreecommitdiff
path: root/db-sync
diff options
context:
space:
mode:
Diffstat (limited to 'db-sync')
-rwxr-xr-xdb-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-sync b/db-sync
index d80e480..dd0603b 100755
--- a/db-sync
+++ b/db-sync
@@ -70,7 +70,7 @@ init() {
# Traverse all repo-arch pairs
for _repo in "${derivative_native_repositories[@]}"; do
- for _arch in "${derivative_architectures[@]}"; do
+ for _arch in "${native_architectures[@]}"; do
msg "Processing %s-%s" "${_repo}-${_arch}"
db_file=$(get_repo_file "${_repo}" "${_arch}")${database_extension_suffixfile}