fix: syntax error

This commit is contained in:
fuse314 2025-12-04 12:40:44 +00:00
parent a17d224780
commit 63c75028f3

View file

@ -211,7 +211,7 @@ maybe_download() {
else
for flt in "${DL_FILTER[@]}"
do
if [[ "$flt" == "$1"]]; then
if [[ "$flt" == "$1" ]]; then
return 0
fi
done