tfutils / tfenv

Terraform version manager
MIT License
4.42k stars 446 forks source link

Properly handle paths with whitespace #424

Closed hyperupcall closed 2 months ago

hyperupcall commented 5 months ago

Before, tfenv would exit with a mysterious error if its file location included any whitespace characters. Missing quotes were added to prevent word splitting, which causes this error.