Skip to content

Commit 51ddf8d

Browse files
mikefarahCopilot
andcommitted
Update pkg/yqlib/format.go
Co-authored-by: Copilot <[email protected]>
1 parent 77eccfd commit 51ddf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/yqlib/format.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var TomlFormat = &Format{"toml", []string{},
6767
func() Decoder { return NewTomlDecoder() },
6868
}
6969

70-
var HclFormat = &Format{"hcl", []string{"h", "hcl"},
70+
var HclFormat = &Format{"hcl", []string{"h"},
7171
func() Encoder { return NewHclEncoder(ConfiguredHclPreferences) },
7272
func() Decoder { return NewHclDecoder() },
7373
}

0 commit comments

Comments
 (0)