behoof4mind / asdf-swag

swag plugin for asdf version manager tool
MIT License
0 stars 3 forks source link

asdf is failing to install swaggo/swag #9

Open raju-mechatronics opened 1 month ago

raju-mechatronics commented 1 month ago

while installing swago/swag version 1.16.3 which is the latest version, I got

asdf-swag: Could not download https://github.com/swaggo/swag/releases/download/v1.16.3/swag_1.16.3_Linux_x86_64.tar.gz

After reading the source code I found the error. asdf-swag tries to install the linux version by platform name Linux_x86_64 but the swago/swagger renames that with amd64

image