mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Correctly load globalstorage fake.
This commit is contained in:
parent
5c8fa759b0
commit
e9ef90990b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def main():
|
|||
if args.globalstorage_yaml:
|
||||
with open(args.globalstorage_yaml) as f:
|
||||
gs_doc = yaml.load(f)
|
||||
for key, value in doc.items():
|
||||
for key, value in gs_doc.items():
|
||||
libcalamares.globalstorage.insert(key, value)
|
||||
|
||||
cfg_doc = dict()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue