mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[bootloader] fix typo
This commit is contained in:
parent
93f0de3f7f
commit
cf1e5a8b51
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def get_uuid():
|
|||
|
||||
def get_bootloader_entry_name():
|
||||
if "productName" in libcalamares.job.configuration:
|
||||
return libcalamares.job.configuration["bootloaderEntryName"]
|
||||
return libcalamares.job.configuration["productName"]
|
||||
else:
|
||||
branding = libcalamares.globalstorage.value("branding")
|
||||
return branding["productName"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue