From dfcaa1e1423a59057eb84273b1982d69f31e9be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 23 Sep 2015 20:23:50 -0300 Subject: fix variables --- db-repo-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-repo-remove') diff --git a/db-repo-remove b/db-repo-remove index bbab5af..5397437 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=("${ARCHES[@]}") + tarches=("${architectures[@]}") else tarches=("$arch") fi -- cgit v1.2.3-2-g168b