Extraneous semicolon

This commit is contained in:
the-sane 2023-04-28 10:10:52 -04:00
parent ae1630b7dd
commit 60b295a0cc

View File

@ -1679,7 +1679,7 @@ download_select_install() {
# This assumes that all standard GE builds contain the word proton in their name # This assumes that all standard GE builds contain the word proton in their name
if [ "$download_url_type" = "github" ] && [ "$download_type" = "runner" ] && [ "$contributor_name" = "GloriousEggroll" ] && if [ "$download_url_type" = "github" ] && [ "$download_type" = "runner" ] && [ "$contributor_name" = "GloriousEggroll" ] &&
printf '%s' "${download_versions[i]}" | grep -qive "proton"; then printf '%s' "${download_versions[i]}" | grep -qive "proton"; then
continue; continue
fi fi
# Get the file name minus the extension # Get the file name minus the extension