cunymatthieu / tgenv

Terragrunt version manager
MIT License
223 stars 70 forks source link

Windows downloads fail #6

Closed ruionwriting closed 4 years ago

ruionwriting commented 4 years ago

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

PR to follow.

ruionwriting commented 4 years ago

Added PR. Sorry.