Skip to content

Commit

Permalink
Merge pull request #80 from chelnak/fix_yaml_colour
Browse files Browse the repository at this point in the history
Fix lexer in PrintYAML method
  • Loading branch information
chelnak committed Jun 7, 2022
2 parents 178d1a9 + 5731c31 commit 1d20eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (c *configuration) PrintYAML(noColor bool, writer io.Writer) error {

opts := writeOptions{
data: string(y),
lexerName: "json",
lexerName: "yaml",
noColor: noColor,
writer: writer,
}
Expand Down

0 comments on commit 1d20eaa

Please sign in to comment.