diff options
Diffstat (limited to 'db-repo-add')
-rwxr-xr-x | db-repo-add | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db-repo-add b/db-repo-add index 4ba0d2c..41dd84a 100755 --- a/db-repo-add +++ b/db-repo-add @@ -19,7 +19,7 @@ if ! check_repo_permission "$repo"; then fi if [ "$arch" == "any" ]; then - tarches=("${architectures[@]}") + tarches=("${native_architectures[@]}") else tarches=("$arch") fi |