Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 1, 2019
1 parent b802bce commit 87e6f9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/bootloader/grub2_widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ def label
def help
_(
"<p><b>Set Active Flag in Partition Table for Boot Partition</b>\n" \
"specifies whether the partition containing the boot loader will have the \"active\" flag." \
"specifies whether the partition containing " \
"the boot loader will have the \"active\" flag." \
" The generic MBR code will then\n" \
"boot the active partition. Older BIOSes require one partition to be active even\n" \
"if the boot loader is installed in the MBR.</p>"
Expand Down

0 comments on commit 87e6f9e

Please sign in to comment.