Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 1, 2015
1 parent 1cb3ce0 commit dd59501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/bootloader/grub2base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ def pmbr_setup(action, *devices)
def StandardGlobals
# s390 do not have os_prober, see bnc#868909#c2
# ppc have slow os_prober, see boo#931653
disable_os_prober = (Arch.s390||Arch.ppc) || ProductFeatures.GetBooleanFeature("globals", "disable_os_prober")
disable_os_prober = (Arch.s390 || Arch.ppc) ||
ProductFeatures.GetBooleanFeature("globals", "disable_os_prober")
{
"timeout" => "8",
"default" => "0",
Expand Down

0 comments on commit dd59501

Please sign in to comment.