Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/user_interaction.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-15 17:06:43 +0200
committerGitHub <noreply@github.com>2021-04-15 17:06:43 +0200
commit6eab0290ae9e9fbbc8d86368b0c36501103e64e5 (patch)
tree6ca2abc4a0dbd31e0d78865983fe0f0b8c5e561e /archinstall/lib/user_interaction.py
parentc13f294ef59099368e55506e9672621d7a784c13 (diff)
Spelling error
Diffstat (limited to 'archinstall/lib/user_interaction.py')
-rw-r--r--archinstall/lib/user_interaction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py
index 838c69a2..df8668af 100644
--- a/archinstall/lib/user_interaction.py
+++ b/archinstall/lib/user_interaction.py
@@ -352,7 +352,7 @@ def select_language(options, show_only_country_codes=True):
elif selected_language.isdigit() and (pos := int(selected_language)) <= len(languages)-1:
selected_language = languages[pos]
- return select_language
+ return selected_language
# I'm leaving "options" on purpose here.
# Since languages possibly contains a filtered version of
# all possible language layouts, and we might want to write