Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Feb 5, 2021
1 parent 0c96420 commit e1fc5e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,7 @@ func checkTFModuleFileExist(dir string) bool {
return false
}

// fileExists checks if a file exists and is not a directory before we
// try using it to prevent further errors.
// checkTFEnvExist - checks if the TF_VERSION environment variable is set
func checkTFEnvExist() bool {
tfversion := os.Getenv("TF_VERSION")
if tfversion != "" {
Expand Down

0 comments on commit e1fc5e4

Please sign in to comment.