ostree: rename ResolveParams to Resolve

This commit is contained in:
Achilleas Koutsou 2023-05-05 13:57:03 +02:00 committed by Simon de Vlieger
parent fc5461e9e3
commit 0eeb7e47b0
3 changed files with 18 additions and 18 deletions

View file

@ -2463,7 +2463,7 @@ func (api *API) composeHandler(writer http.ResponseWriter, request *http.Request
if reqParams.Ref == "" {
reqParams.Ref = imageType.OSTreeRef()
}
ref, checksum, err := ostree.ResolveParams(reqParams)
ref, checksum, err := ostree.Resolve(reqParams)
if err != nil {
errors := responseError{
ID: "OSTreeOptionsError",