Skip to content

Commit

Permalink
due to fix for lp:1936418 must send nil base with install by revision
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlanigan committed Oct 22, 2021
1 parent 17b0b87 commit 9e76343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charmhub/transport/refresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type RefreshRequestAction struct {
Name *string `json:"name,omitempty"`
Channel *string `json:"channel,omitempty"`
Revision *int `json:"revision,omitempty"`
Base *Base `json:"base,omitempty"`
Base *Base `json:"base"`
ResourceRevisions []RefreshResourceRevision `json:"resource-revisions,omitempty"`
}

Expand Down

0 comments on commit 9e76343

Please sign in to comment.