Skip to content

Commit

Permalink
src/woeusb: Fix missing line-continuation backslash, fixes #192
Browse files Browse the repository at this point in the history
Oops.

Reported-by: Jakub Szymański <https://github.com/WaxyMocha>
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed May 8, 2018
1 parent 28890ca commit 1aaec5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ init(){

if ! mount_target_filesystem\
"${target_partition}"\
"${target_fs_mountpoint}"
"${target_fs_mountpoint}" \
"${target_filesystem_type}"; then
echo_with_color red 'Error: Unable to mount target filesystem'
exit 1
Expand Down

0 comments on commit 1aaec5f

Please sign in to comment.