Updated transitive dependencies

This commit is contained in:
Seednode 2023-04-10 15:53:01 -05:00
parent d4fce270cf
commit 290395d0eb
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ func pickFile(args []string, filters *Filters, sort string, index *Index) (strin
fileList, fromCache := fileList(args, filters, sort, index)
fileCount := len(fileList)
if fileCount == 0 {
if fileCount < 1 {
return "", ErrNoImagesFound
}