Skip to content

Commit

Permalink
rename widget class
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 25, 2024
1 parent db8894b commit 5165adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/dialogs/security.rb
Expand Up @@ -124,7 +124,7 @@ def cpu_frame
if current_bl.is_a?(::Bootloader::SystemdBoot)
widget = ::Bootloader::SystemdBootWidget::SdCpuMitigationsWidget.new
else
widget = ::Bootloader::Grub2Widget::Grub2CpuMitigationsWidget.new
widget = ::Bootloader::Grub2Widget::GrubCpuMitigationsWidget.new
end
frame(
_("CPU"),
Expand Down

0 comments on commit 5165adb

Please sign in to comment.