diff options
Diffstat (limited to 'db-remove')
-rwxr-xr-x | db-remove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ if ! check_repo_permission "$repo"; then fi if [ "$arch" == "any" ]; then - tarches=("${native_architectures[@]}") + tarches=("${main_architectures[@]}") else tarches=("$arch") fi |