mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-12-25 21:21:25 +00:00
fix: syntax error
This commit is contained in:
parent
a17d224780
commit
63c75028f3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue