mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Typo.
This commit is contained in:
parent
017efafe9b
commit
1a8a09b0d8
1 changed files with 1 additions and 1 deletions
|
@ -69,5 +69,5 @@ def run():
|
||||||
"""
|
"""
|
||||||
|
|
||||||
openswap_conf_path = libcalamares.job.configuration["configFilePath"]
|
openswap_conf_path = libcalamares.job.configuration["configFilePath"]
|
||||||
partitions = libcalamares.globalstorage.value["partitions"]
|
partitions = libcalamares.globalstorage.value("partitions")
|
||||||
return write_openswap_conf(partitions, openswap_conf_path)
|
return write_openswap_conf(partitions, openswap_conf_path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue