Update hcl2template/types.source.go
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
parent
5c6e4e47d7
commit
225081c3a6
|
@ -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…
Reference in New Issue