ostree: rename ResolveParams to Resolve
This commit is contained in:
parent
fc5461e9e3
commit
0eeb7e47b0
3 changed files with 18 additions and 18 deletions
|
|
@ -58,7 +58,7 @@ func (impl *OSTreeResolveJobImpl) Run(job worker.Job) error {
|
|||
RHSM: s.RHSM,
|
||||
}
|
||||
|
||||
ref, checksum, err := ostree.ResolveParams(reqParams)
|
||||
ref, checksum, err := ostree.Resolve(reqParams)
|
||||
if err != nil {
|
||||
logWithId.Infof("Resolving ostree params failed: %v", err)
|
||||
setError(err, &result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue