globalStorage ==> globalstorage fix
This commit is contained in:
parent
2232c49471
commit
122a6036d5
@ -70,7 +70,7 @@ def main():
|
||||
with open(args.globalstorage_yaml) as f:
|
||||
doc = yaml.load(f)
|
||||
for key, value in doc.items():
|
||||
libcalamares.globalStorage.insert(key, value)
|
||||
libcalamares.globalstorage.insert(key, value)
|
||||
|
||||
scriptpath = os.path.abspath(args.moduledir)
|
||||
sys.path.append(scriptpath)
|
||||
|
Loading…
Reference in New Issue
Block a user