Skip to content

Commit

Permalink
fix(dataflow): yaml error key was named incorrectly (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Feb 27, 2024
1 parent 1f04488 commit b0de479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/report/output/dataflow/types/file_errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package types
type Error struct {
Type string `json:"type" yaml:"type"`
Filename string `json:"filename" yaml:"filename"`
Error string `json:"error" yaml:"filename"`
Error string `json:"error" yaml:"error"`
}

0 comments on commit b0de479

Please sign in to comment.