mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-12-16 02:22:37 +00:00
fix: syntax error
This commit is contained in:
parent
a17d224780
commit
63c75028f3
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ maybe_download() {
|
||||||
else
|
else
|
||||||
for flt in "${DL_FILTER[@]}"
|
for flt in "${DL_FILTER[@]}"
|
||||||
do
|
do
|
||||||
if [[ "$flt" == "$1"]]; then
|
if [[ "$flt" == "$1" ]]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue