summaryrefslogtreecommitdiff
path: root/db-repo-add
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 23:22:45 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 23:22:45 -0300
commit975660674e48954b1f96cb489a232181b85a4928 (patch)
treea0360766d2db20d982dceb69484fe2b92f3e77e6 /db-repo-add
parentb2a6a10a14459715cee3d2cd49db9244c40bf969 (diff)
remove deprecated architectures variables
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 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