Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 25, 2024
1 parent 3ec4541 commit 092a798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/bootloader/systemdboot.rb
Expand Up @@ -47,7 +47,7 @@ def kernel_params

# rubocop:disable Metrics/AbcSize
def merge(other)
log.info "merging: timeout: #{timeout}=>#{other.menue_timeout}"
log.info "merging: timeout: #{menue_timeout}=>#{other.menue_timeout}"
log.info " secure_boot: #{secure_boot}=>#{other.secure_boot}"
log.info " mitigations: #{cpu_mitigations}=>#{other.cpu_mitigations}"
log.info " kernel_params: #{kernel_params.serialize}=>" \
Expand All @@ -72,7 +72,7 @@ def merge(other)
# explicitly set mitigations means overwrite of our
self.cpu_mitigations = other.cpu_mitigations if other.explicit_cpu_mitigations

log.info "merging result: timeout: #{timeout}"
log.info "merging result: timeout: #{menue_timeout}"
log.info " secure_boot: #{secure_boot}"
log.info " mitigations: #{cpu_mitigations}"
log.info " kernel_params: #{kernel_params.serialize}"
Expand Down

0 comments on commit 092a798

Please sign in to comment.