From 60b295a0cc77295e449e9e4ce17d60cfdf54a1a1 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:10:52 -0400 Subject: [PATCH] Extraneous semicolon --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index ea5d094..b6f0110 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -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