Skip to content

Commit 3590997

Browse files
authored
Merge pull request #169 from warrensbox/master
Minor syntax fix
2 parents 150f9ae + a710b03 commit 3590997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ func installOption(listAll bool, custBinPath *string) {
386386

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

0 commit comments

Comments
 (0)