Skip to content

Commit

Permalink
revert kind label default to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Sep 8, 2024
1 parent 7805325 commit 886516c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/change.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type Change struct {
// Kind key of our change, if one was provided.
KindKey string `yaml:"kindKey,omitempty" default:""`
// Kind label of our change, if one was provided.
KindLabel string `yaml:"kindLabel,omitempty" default:"nil"`
KindLabel string `yaml:"kindLabel,omitempty" default:""`
}

// WriteTo will write a change to the writer as YAML
Expand Down

0 comments on commit 886516c

Please sign in to comment.