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