mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-27 09:44:18 +00:00
Extraneous semicolon
This commit is contained in:
parent
ae1630b7dd
commit
60b295a0cc
@ -1679,7 +1679,7 @@ download_select_install() {
|
||||
# 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" ] &&
|
||||
printf '%s' "${download_versions[i]}" | grep -qive "proton"; then
|
||||
continue;
|
||||
continue
|
||||
fi
|
||||
|
||||
# Get the file name minus the extension
|
||||
|
Loading…
Reference in New Issue
Block a user