tfutils / tfenv

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

Cope with different line endings in .terraform-version #434

Open fractos opened 1 month ago

fractos commented 1 month ago

Use tr to strip carriage returns from this file as it can cause failures in repositories with CRLF.

Fixes #243