cunymatthieu / tgenv

Terragrunt version manager
MIT License
223 stars 70 forks source link

Fix Terragrunt downloads URL for Windows #7

Open ruionwriting opened 4 years ago

ruionwriting commented 4 years ago

It's missing .exe from the download location.

I'm supporting a few Windows 10 users and I've found this issue during my testing.

$ tgenv install 0.21.6
[INFO] Installing Terragrunt v0.21.6
[INFO] Downloading release tarball from https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.6/terragrunt_windows_amd64
curl: (22) The requested URL returned error: 404 Not Found

tgenv: tgenv-install: [ERROR] Tarball download failed