summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdb-move2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-move b/db-move
index 207baec..68cfc07 100755
--- a/db-move
+++ b/db-move
@@ -13,7 +13,7 @@ repofrom="$2"
repoto="$3"
arch="$4"
if [ "${arch}" == 'any' ]; then
- tarches=('i686' 'x86_64')
+ tarches=(${ARCHES[@]})
else
tarches=("${arch}")
fi