mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-12-15 18:12:36 +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
|
||||
for flt in "${DL_FILTER[@]}"
|
||||
do
|
||||
if [[ "$flt" == "$1"]]; then
|
||||
if [[ "$flt" == "$1" ]]; then
|
||||
return 0
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue