Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index 8def7adb..725d05ee 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -1211,7 +1211,7 @@ if __name__ == '__main__':
if 'mirrors' in args and args['mirrors'] and 'country' in args and get_default_gateway_linux():
print('[N] Reordering mirrors.')
- filter_mirrors_by_country_list([args['country']])
+ filter_mirrors_by_country_list(args['country'])
pre_conf = {}
if 'pre' in instructions: