fixed nbsp
This commit is contained in:
parent
0a26fbad11
commit
072ef71c20
2
quickget
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue