Correctly load globalstorage fake.

This commit is contained in:
Teo Mrnjavac 2014-08-06 12:57:12 +02:00
parent 5c8fa759b0
commit e9ef90990b

View File

@ -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()