mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
[grubcfg] HOTFIX typo in function call
This commit is contained in:
parent
28141661da
commit
1a13704c71
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ def modify_grub_default(partitions, root_mount_point, distributor):
|
||||||
else:
|
else:
|
||||||
# We're not updating because of *keepDistributor*, but if
|
# We're not updating because of *keepDistributor*, but if
|
||||||
# this was a comment line, then it's still not been set.
|
# this was a comment line, then it's still not been set.
|
||||||
have_distributor_line = have_distributor_line or not lines[i].startsdwith("#")
|
have_distributor_line = have_distributor_line or not lines[i].startswith("#")
|
||||||
else:
|
else:
|
||||||
lines = []
|
lines = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue