mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Merge pull request #709 from siduction/pep8-bootloader
Fixed two typos that leads to pep8 whining
This commit is contained in:
commit
a79a0b57ee
1 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ def install_systemd_boot(efi_directory):
|
||||||
conf_path = os.path.join(install_efi_directory,
|
conf_path = os.path.join(install_efi_directory,
|
||||||
"loader",
|
"loader",
|
||||||
"entries",
|
"entries",
|
||||||
distribution_translated +".conf")
|
distribution_translated + ".conf")
|
||||||
fallback_path = os.path.join(install_efi_directory,
|
fallback_path = os.path.join(install_efi_directory,
|
||||||
"loader",
|
"loader",
|
||||||
"entries",
|
"entries",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue