Skip to content

Commit

Permalink
Merge pull request #169 from warrensbox/master
Browse files Browse the repository at this point in the history
Minor syntax fix
  • Loading branch information
warrensbox committed Jun 7, 2021
2 parents 150f9ae + a710b03 commit 3590997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func installOption(listAll bool, custBinPath *string) {

// install when tf file is provided
func installTFProvidedModule(dir string, custBinPath *string) {
fmt.Printf("Reading required version from terraform file")
fmt.Printf("Reading required version from terraform file\n")
module, _ := tfconfig.LoadModule(dir)
tfconstraint := module.RequiredCore[0] //we skip duplicated definitions and use only first one
installFromConstraint(&tfconstraint, custBinPath)
Expand Down

0 comments on commit 3590997

Please sign in to comment.