diff options
Diffstat (limited to 'ext/include/transformer.go')
| -rw-r--r-- | ext/include/transformer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/include/transformer.go b/ext/include/transformer.go index a76e7f6..ae0a808 100644 --- a/ext/include/transformer.go +++ b/ext/include/transformer.go @@ -3,7 +3,7 @@ package include import ( "github.com/hashicorp/hcl/v2/ext/transform" "github.com/hashicorp/hcl/v2/gohcl" - "github.com/hashicorp/hcl/v2/hcl" + "github.com/hashicorp/hcl/v2" ) // Transformer builds a transformer that finds any "include" blocks in a body |
