Skip to content

Commit

Permalink
fixed proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Dec 17, 2024
1 parent 9dd4b63 commit eba3bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bootloader/bootloader_factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def proposed_name
prefered_bootloader = Yast::ProductFeatures.GetStringFeature("globals",
"prefered_bootloader")
if supported_names.include?(prefered_bootloader) &&
["grub2-efi", "systemd-boot", "grub2-bls"].include?(prefered_bootloader)
!["grub2-efi", "systemd-boot", "grub2-bls"].include?(prefered_bootloader)
return prefered_bootloader
end

Expand Down

0 comments on commit eba3bdf

Please sign in to comment.