We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24cdff commit bd9253bCopy full SHA for bd9253b
common/spec/specfiles.go
@@ -92,7 +92,7 @@ type File struct {
92
Package string `json:"package,omitempty"`
93
Version string `json:"version,omitempty"`
94
Type string `json:"type,omitempty"`
95
- RepoKey string `json:"repo_key,omitempty"`
+ RepoKey string `json:"repoKey,omitempty"`
96
}
97
98
func (f File) GetInclude() []string {
0 commit comments