mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
globalStorage ==> globalstorage fix
This commit is contained in:
parent
2232c49471
commit
122a6036d5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue