Skip to content

Commit

Permalink
src/winusb: chk_tgt_fs: 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 5, 2017
1 parent 2e9baf9 commit d24f620
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 @@ -235,7 +235,7 @@ check_target_filesystem(){
)"

if [ "${target_filesystem}" != "vfat" ]; then
echo_with_color "${FUNCNAME[0]}: Error: Target filesystem not supported, currently supported filesystem: FAT"
echo_with_color red "${FUNCNAME[0]}: Error: Target filesystem not supported, currently supported filesystem: FAT"
return 1
fi
return 0
Expand Down

0 comments on commit d24f620

Please sign in to comment.