Make Ubuntu daily-live VM_PATH consistent with the config filename

This commit is contained in:
Martin Wimpress 2022-03-11 16:15:44 +00:00
parent 09a707846c
commit 6c77698c92
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 1 deletions

View File

@ -1261,7 +1261,7 @@ function get_ubuntu() {
URL="https://old-releases.ubuntu.com/releases/${RELEASE/eol-/}"
elif [[ "${RELEASE}" == *"daily"* ]] || [ "${RELEASE}" == "dvd" ]; then
URL="https://cdimage.ubuntu.com/${OS}/${RELEASE}/current"
VM_PATH="${OS}-devel"
VM_PATH="${OS}-daily-live"
elif [ "${OS}" == "ubuntu" ]; then
URL="https://releases.ubuntu.com/${RELEASE}"
else