Skip to content

Commit bd9253b

Browse files
committed
Fix struct File (RepoKey)
1 parent e24cdff commit bd9253b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/spec/specfiles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ type File struct {
9292
Package string `json:"package,omitempty"`
9393
Version string `json:"version,omitempty"`
9494
Type string `json:"type,omitempty"`
95-
RepoKey string `json:"repo_key,omitempty"`
95+
RepoKey string `json:"repoKey,omitempty"`
9696
}
9797

9898
func (f File) GetInclude() []string {

0 commit comments

Comments
 (0)