summaryrefslogtreecommitdiff
path: root/db-repo-add
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 20:23:50 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 20:23:50 -0300
commitdfcaa1e1423a59057eb84273b1982d69f31e9be8 (patch)
tree2657bf9a15aadd177c7f29c12536fce2c702b780 /db-repo-add
parentb1fbfc099cb91a094128ffd86d16b2206a181f65 (diff)
fix 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 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