add missing quote
This commit is contained in:
parent
3748bea95d
commit
1ba4e967e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue