Skip to content

Commit

Permalink
fix: third_party json field
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy committed Feb 7, 2023
1 parent 2f8ac98 commit c991822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmaas/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Request struct {
Basearch *string `json:"basearch"`
RepoPaths []string `json:"repository_paths"`

ThirdParty bool `json:"thirdparty"`
ThirdParty bool `json:"third_party"`
Optimistic bool `json:"optimistic_updates"`
LatestOnly bool `json:"latest_only"`
SecurityOnly bool `json:"security_only"`
Expand Down

0 comments on commit c991822

Please sign in to comment.