koji: fix a typo in json tag
According to the content generator metadata documentation[1], the field should be named components. [1]: https://docs.pagure.org/koji/content_generator_metadata/
This commit is contained in:
parent
931bd8be57
commit
a2e84bc0ac
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ type Image struct {
|
||||||
ChecksumType string `json:"checksum_type"` // must be 'md5'
|
ChecksumType string `json:"checksum_type"` // must be 'md5'
|
||||||
MD5 string `json:"checksum"`
|
MD5 string `json:"checksum"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
RPMs []RPM `json:"component"`
|
RPMs []RPM `json:"components"`
|
||||||
Extra ImageExtra `json:"extra"`
|
Extra ImageExtra `json:"extra"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue