Skip to content

Commit

Permalink
Update pkg/clients/imagebuilder/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Djebran Lezzoum <[email protected]>
  • Loading branch information
adeliaferreira and ldjebran authored Jan 8, 2024
1 parent 8db0690 commit 463bc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clients/imagebuilder/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type OSTree struct {
type Customizations struct {
Packages *[]string `json:"packages"`
PayloadRepositories *[]Repository `json:"payload_repositories,omitempty"`
Subscription models.ImageSubscription `json:"subscription"`
Subscription *models.ImageSubscription `json:"subscription,omitempty"`
}

// Repository is the record of Third Party Repository
Expand Down

0 comments on commit 463bc1f

Please sign in to comment.