tfutils / tfenv

Terraform version manager
MIT License
4.5k stars 454 forks source link

Fix release v2.2.1 download #262

Closed sushant-pradhan closed 3 years ago

sushant-pradhan commented 3 years ago

Click of https://github.com/tfutils/tfenv/releases/latest leads to https://github.com/tfutils/tfenv/releases/tag/v2.2.1 or the following also returns v2.2.1:

curl -fs "https://api.github.com/repos/tfutils/tfenv/releases/latest" | jq -r .tag_name

However, the file is not present to be downloaded: https://github.com/tfutils/tfenv/archive/v2.2.1.zip

It works fine for previous versions though (eg. v2.2.0).

anthraxx commented 3 years ago

the mentioned links work here and the zip can be downloaded