Closed wpyoga closed 3 years ago
This small change prevents asdf from downloading the installation archive twice. This reverts a line change from #54.
asdf
Side note: according to https://asdf-vm.com/plugins/create.html, bin/download should do the downloading, not bin/install.
bin/download
bin/install
Thanks @wpyoga! Looks good.
This small change prevents
asdf
from downloading the installation archive twice. This reverts a line change from #54.Side note: according to https://asdf-vm.com/plugins/create.html,
bin/download
should do the downloading, notbin/install
.