osbuild: fix gpgkeys json key in ostree source
This commit is contained in:
parent
6ae8904f5a
commit
abdddc6e55
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ type OSTreeSourceRemote struct {
|
||||||
// URL of the repository.
|
// URL of the repository.
|
||||||
URL string `json:"url"`
|
URL string `json:"url"`
|
||||||
// GPG keys to verify the commits
|
// GPG keys to verify the commits
|
||||||
GPGKeys []string `json:"secrets,omitempty"`
|
GPGKeys []string `json:"gpgkeys,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue