ericcornelissen/asdf-yamllint

Can't download/install yamllint 1.30.0

Closed this issue · 0 comments

Summary

When trying to install v1.30.0 of yamllint using v1.0.5 of this plugin you will get the following error:

Downloading yamllint from null to /home/runner/.asdf/downloads/yamllint/1.30.0
curl: (6) Could not resolve host: null

This is seemingly because of:

local -r download_json="$(echo "${version_json}" | jq -r '.urls[1]')"

and v1.30.0 not having a second download URL (possibly other version of yamllint have the same "problem").