9
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release synced 2026-02-11 09:09:24 +00:00

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