Skip to content

Commit

Permalink
src/woeusb: ShellCheck: Fix SC1117
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Oct 30, 2017
1 parent b19d653 commit 80d8336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,8 @@ create_target_partition(){
esac

printf_with_color green\
"%s\n"\
"Creating target partition..."
'%s\n'\
'Creating target partition...'

# Create partition
# We start at 4MiB for grub (it needs a post-mbr gap for its code) and alignment of flash memery block erase segment in general, for details see http://www.gnu.org/software/grub/manual/grub.html#BIOS-installation and http://lwn.net/Articles/428584/
Expand Down

0 comments on commit 80d8336

Please sign in to comment.