Update hcl2template/types.source.go

Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
pull/9291/head
Adrien Delorme 6 years ago committed by GitHub
parent 5c6e4e47d7
commit 225081c3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,7 +117,7 @@ type SourceRef struct {
addition hcl.Body
}
// the 'addition' field makes of ref a different entry in the soruces map, so
// the 'addition' field makes of ref a different entry in the sources map, so
// Ref is here to make sure only one is returned.
func (r *SourceRef) Ref() SourceRef {
return SourceRef{

Loading…
Cancel
Save