Skip to content

Commit

Permalink
Fix typo (#208)
Browse files Browse the repository at this point in the history
Blame: src/woeusb: chk_fat32_filesize_limitation: Improve error message · 952e2da <952e2da>
Reviewed-by: 林博仁(Buo-ren, Lin) <[email protected]>
Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
  • Loading branch information
William Penton authored and brlin-tw committed Sep 15, 2018
1 parent 3f56dd5 commit 6aba2a8
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 @@ -1174,7 +1174,7 @@ check_fat32_filesize_limitation(){
red \
'Error: File "%s" in source image has exceed the FAT32 Filesystem 4GiB Single File Size Limitation and cannot be installed. You must specify a different --target-filesystem.\n' \
"${file}"
prntf_with_color \
printf_with_color \
red \
'Refer: https://github.com/slacka/WoeUSB/wiki/Limitations#fat32-filesystem-4gib-single-file-size-limitation for more info.\n'
return 1
Expand Down

0 comments on commit 6aba2a8

Please sign in to comment.