From 072ef71c20f18c7151e2ab310e628b9e14d4cace Mon Sep 17 00:00:00 2001 From: mag37 Date: Fri, 18 Jul 2025 22:05:10 +0200 Subject: [PATCH] fixed nbsp --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 2c2a3c4..a836a24 100755 --- a/quickget +++ b/quickget @@ -1867,7 +1867,7 @@ function get_fedora() { # Handle KDE as a proper edition from 42 but a spin prior to 42 # Stripping eventual _Beta suffix from the RELEASE variable in the check if [[ "${VARIANT}" == "KDE" && "${RELEASE/_Beta/}" -lt 42 ]]; then -     VARIANT="Spins" + VARIANT="Spins" fi # The naming of 41 Beta with a space is problematic so we replaced it with an underscore # but we need to convert it back to a space for the URL search in the JSON