From 3e982b33031aa74e732458030c57b96cd6470ce7 Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:10:20 -0400 Subject: [PATCH] Fix syntax --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 82a94b5..4a4d545 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1317,7 +1317,7 @@ live_or_ptu="$live_dir" lutris_needs_restart="false" # Check if a newer verison of the script is available -latest_version=$(get_latest_release "$repo") +latest_version="$(get_latest_release "$repo")" if [ "$latest_version" != "$current_version" ]; then if [ "$use_zenity" -eq 1 ]; then