0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00

chore: linting

This commit is contained in:
Jacob McCann 2019-11-26 08:55:25 -06:00
parent 37cb01baae
commit 04fa44b4b6
No known key found for this signature in database
GPG Key ID: B5A476DE32B9AE72

View File

@ -87,7 +87,7 @@ func (p Plugin) Exec() error {
return err
}
var terraformDataDir string = ".terraform"
terraformDataDir := ".terraform"
if p.Config.TerraformDataDir != "" {
terraformDataDir = p.Config.TerraformDataDir
os.Setenv("TF_DATA_DIR", p.Config.TerraformDataDir)