diff options
Diffstat (limited to 'db-sync')
-rwxr-xr-x | db-sync | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |