stages/locale: fix typo
Add missing quotes around a string. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
a2441bf112
commit
4742ae1e72
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import sys
|
|||
|
||||
def main(tree, options):
|
||||
language = options["language"]
|
||||
vc_keymap = options.get(vc_keymap)
|
||||
vc_keymap = options.get("vc_keymap")
|
||||
|
||||
with open(f"{tree}/etc/locale.conf", "w") as f:
|
||||
f.write(f'LANG="{language}"\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue