Fix typo in build api endpoint

This corrects a copy-pasta typo from the previous loop.

Change-Id: If692a716a69f0fb7c48cc4c79a1704ea2847eeec
This commit is contained in:
James E. Blair 2019-02-11 13:54:03 -08:00
parent 2495512589
commit 08a41173cf
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ class ZuulWebAPI(object):
})
for provides in build.provides:
ret['provides'].append({
'name': artifact.name,
'name': provides.name,
})
return ret