Skip to content

Commit 978aa05

Browse files
committed
Fixed kepctl compile error
1 parent 7a8a622 commit 978aa05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kepval/keps/proposals.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ type Proposal struct {
7575
DisableSupported bool `json:"disableSupported" yaml:"disable-supported"`
7676
Metrics []string `json:"metrics" yaml:"metrics"`
7777

78+
Filename string `json:"-" yaml:"-"`
7879
Error error `json:"-" yaml:"-"`
7980
Contents string `json:"markdown" yaml:"-"`
8081
}

0 commit comments

Comments
 (0)