Skip to content

Commit

Permalink
src/winusb: init: Fix echo_with_color call
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 6, 2017
1 parent 8a5f964 commit 41f2d6a
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 @@ -151,7 +151,7 @@ init(){
"${target_partition}"\
"${target_fs_mountpoint}"\
|| (
echo_with_color red "Error: Failed to mount filesystems"\
echo_with_color red "Error: Failed to mount filesystems"
exit 1
)

Expand Down

0 comments on commit 41f2d6a

Please sign in to comment.