White space cleanup

pull/388/head
Martin Wimpress 3 years ago
parent 921d06e025
commit 958ef84931
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 1
      quickget

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

Loading…
Cancel
Save