tfutils / tfenv

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

Stop execution of install if min-version cannot be properly resolved #247

Closed GerardVivancos closed 3 years ago

GerardVivancos commented 3 years ago

This fixes #246

declare hides the real exit code of the subshell that runs tfenv-resolve-version.

This patch declares the variable without initialisation and assigns the value next using the || control operator to call early_death if the assignation is unsuccessful.