-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tenv Terragrunt on Windows - missing .exe extension #162
Comments
we'll fix it soon, that you for reporting |
hmm, that's strange, I see that we add extension here
we'll continue to investigate it |
Looks like that I found the issue: I think that here we have to change return based on runtime.GOOS |
@silic2020 may I ask you to try version 2.0.4 when it will be available at choco, please? |
@kvendingoldo I've tried with the latest version 2.0.5. The error is the same : "file does not exist". The file extension ".exe" is now present, but the terragrunt file is incorrectly named. Instead of having "terragrunt.exe" I get "terragrunt_windows_amd64.exe" |
got it, will fix it today. |
#168 |
v2.0.7 work on Windows (I tested on a x86_64) |
also tested with v.20.7, thks it works great! |
Describe the bug
Tenv Terragrunt installed with chocolatey does not work on Windows.
To resolve, you have to rename yourself the executable file , by adding the .exe.
To Reproduce
Steps to reproduce the behavior:
Failure during terragrunt call : exec: "C:\Users\xxxxxx\.tenv\Terragrunt\0.58.14\terragrunt": file does not exist
Additional context
Open the executable file location (here in folder C:\Users\xxxxxx.tenv\Terragrunt\0.58.14).
Rename terragrunt by terragrunt.exe , terragrunt will work fine now
The text was updated successfully, but these errors were encountered: