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