Skip to content

Commit bdd7334

Browse files
committed
typo causing duplicated images
1 parent e158896 commit bdd7334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ main() {
188188
if [[ $# == 0 ]]; then
189189
# No command line args? Use a sorted list of image files in CWD.
190190
shopt -s nullglob nocaseglob nocasematch
191-
set -- *{jpg,jpeg,png,,webp,tiff,tif,p?m,x[pb]m,bmp,ico,svg,eps}
191+
set -- *{jpg,jpeg,png,gif,webp,tiff,tif,p?m,x[pb]m,bmp,ico,svg,eps}
192192
[[ $# != 0 ]] || exit
193193
readarray -t < <(printf "%s\n" "$@" | sort)
194194

0 commit comments

Comments
 (0)