Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 31, 2018
1 parent cb4081e commit 4ef7579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bootloader/proposal_client.rb
Expand Up @@ -147,7 +147,7 @@ def old_bootloader
def propose_for_update(force_reset)
current_bl = ::Bootloader::BootloaderFactory.current

if grub2_update(current_bl)
if grub2_update?(current_bl)
log.info "update of grub2, do not repropose"
return false
elsif old_bootloader == "none"
Expand Down

0 comments on commit 4ef7579

Please sign in to comment.