summaryrefslogtreecommitdiff
path: root/db-repo-add
diff options
context:
space:
mode:
Diffstat (limited to 'db-repo-add')
-rwxr-xr-xdb-repo-add2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-repo-add b/db-repo-add
index 0813ecc..4ba0d2c 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=("${ARCHES[@]}")
+ tarches=("${architectures[@]}")
else
tarches=("$arch")
fi