White space cleanup

This commit is contained in:
Martin Wimpress 2022-02-23 03:37:28 +00:00
parent 921d06e025
commit 958ef84931
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -1698,7 +1698,6 @@ function get_windows() {
dbg_windows "${WINDOWS_VERSIONS}" dbg_windows "${WINDOWS_VERSIONS}"
LATEST_WINDOWS_VERSION=$(echo "${WINDOWS_VERSIONS}" | jq -c 'map(select(.name | contains("Windows '"${RELEASE}"'")))['${INDEX}']') LATEST_WINDOWS_VERSION=$(echo "${WINDOWS_VERSIONS}" | jq -c 'map(select(.name | contains("Windows '"${RELEASE}"'")))['${INDEX}']')
dbg_windows "${LATEST_WINDOWS_VERSION}" dbg_windows "${LATEST_WINDOWS_VERSION}"
WINDOWS_NAME=$(echo "${LATEST_WINDOWS_VERSION}" | jq -r .name) WINDOWS_NAME=$(echo "${LATEST_WINDOWS_VERSION}" | jq -r .name)
dbg_windows "${WINDOWS_NAME}" dbg_windows "${WINDOWS_NAME}"
VERSION_ID=$(echo "${LATEST_WINDOWS_VERSION}" | jq -r .version_id) VERSION_ID=$(echo "${LATEST_WINDOWS_VERSION}" | jq -r .version_id)