Skip to content

Commit

Permalink
Merge pull request #29 from hairyhenderson/ec2region-not-region
Browse files Browse the repository at this point in the history
It's 'ec2region', not 'region'
  • Loading branch information
hairyhenderson committed Mar 28, 2016
2 parents 19a986d + b32c514 commit fdbba8a
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 @@ -66,7 +66,7 @@ func NewGomplate() *Gomplate {
"ec2meta": ec2meta.Meta,
"ec2dynamic": ec2meta.Dynamic,
"ec2tag": ec2info.Tag,
"region": ec2meta.Region,
"ec2region": ec2meta.Region,
},
}
}
Expand Down

0 comments on commit fdbba8a

Please sign in to comment.