summaryrefslogtreecommitdiff
path: root/db-repo-remove
diff options
context:
space:
mode:
Diffstat (limited to 'db-repo-remove')
-rwxr-xr-xdb-repo-remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-repo-remove b/db-repo-remove
index c0bd088..9e56c30 100755
--- a/db-repo-remove
+++ b/db-repo-remove
@@ -19,7 +19,7 @@ if ! check_repo_permission "$repo"; then
fi
if [ "$arch" == "any" ]; then
- tarches=("${native_architectures[@]}")
+ tarches=("${main_architectures[@]}")
else
tarches=("$arch")
fi