Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 25, 2024
1 parent 612f40f commit ba7c951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bootloader/systemdboot.rb
Expand Up @@ -89,7 +89,7 @@ def explicit_cpu_mitigations
end

def cpu_mitigations=(value)
log.info "setting mitigations to #{value}"
log.info "set mitigations to #{value.kernel_value}"
@explicit_cpu_mitigations = true
value.modify_kernel_params(kernel_params)
end
Expand Down

0 comments on commit ba7c951

Please sign in to comment.