Skip to content

Commit

Permalink
fix typo (thanks to Arvin)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed May 26, 2014
1 parent 1e4aeb9 commit d67165e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/BootGRUB2.rb
Expand Up @@ -244,7 +244,7 @@ def Summary
# other mode than autoyast on running system
# both ppc and s390 have special devices for stage1 so it do not make sense
# allow change of location to MBR or boot partition (bnc#879107)
if !Arch.ppc && Arch.s390 && !Mode.config
if !Arch.ppc && !Arch.s390 && !Mode.config
result += urlLocationSummary
end

Expand Down

0 comments on commit d67165e

Please sign in to comment.