asdf-community / asdf-golang

Go plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
549 stars 92 forks source link

Prevent double-downloading installation archive #61

Closed wpyoga closed 3 years ago

wpyoga commented 3 years ago

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, not bin/install.

kennyp commented 3 years ago

Thanks @wpyoga! Looks good.