add missing quote

This commit is contained in:
Toni 2021-10-27 09:10:49 -04:00 committed by GitHub
commit 1ba4e967e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,7 @@ download_url () {
"LEAP15" | "SLES15")
if [ "${ver}" -ge 153 ]; then
echo "${CDN_URL}/opensuse-153/pkgs/${name}"
elif [ "${ver} -eq 152 ]; then
elif [ "${ver}" -eq 152 ]; then
echo "${CDN_URL}/opensuse-152/pkgs/${name}"
else
echo "${CDN_URL}/opensuse-15/pkgs/${name}"