Skip to content

Commit

Permalink
src/winusb: install_bootloader_grub: Fix error: one argument expected…
Browse files Browse the repository at this point in the history
… error

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 7, 2017
1 parent f2622e5 commit 97db932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ install_bootloader_grub(){
lsblk\
--output UUID\
--noheadings\
"${target_device}"\
"${target_partition}"\
)

mkdir --parents "$(dirname "${grub_cfg}")"
Expand Down

0 comments on commit 97db932

Please sign in to comment.