Skip to content

Commit

Permalink
fix rubocop complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Aug 14, 2015
1 parent 4d8071f commit 280f5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/bootloader/proposal_client.rb
Expand Up @@ -123,8 +123,8 @@ def propose_for_update(force_reset)
# SCR isn't pointing to /mnt yet but we'd really like to read
# the config files - so we're cheating a bit.
WFM.Execute(Path.new(".local.bash"),
"ln -s /mnt/boot/grub2 /boot; " +
"ln -s /mnt/etc/default/grub{,_installdevice} /etc/default; " +
"ln -s /mnt/boot/grub2 /boot; " \
"ln -s /mnt/etc/default/grub{,_installdevice} /etc/default; " \
"ln -s /mnt/etc/sysconfig/bootloader /etc/sysconfig"
)
Bootloader.blRead(true, true)
Expand Down

0 comments on commit 280f5b4

Please sign in to comment.