Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jun 27, 2023
1 parent f0eb076 commit 24e3cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/bootloader/bootloader_factory.rb
Expand Up @@ -57,6 +57,7 @@ def supported_names
if Yast::ProductFeatures.GetBooleanFeature("globals", "enable_systemd_boot") &&
Yast::Arch.x86_64 # only x86_64 is supported
result << SYSTEMDBOOT
end
result << DEFAULT_KEYWORD
return result
end
Expand Down

0 comments on commit 24e3cce

Please sign in to comment.