Skip to content

Commit

Permalink
Fix a typo in the Koji scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
mprahl committed Oct 2, 2019
1 parent 1fa97de commit 2a1cf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/koji.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def update_neo4j(self, builds):

if self.is_container_build(build_dict):
build_params['operator'] = bool(
extra_json.get('typeinfo', {}).get('operator_manifests', {}).get('archive')
extra_json.get('typeinfo', {}).get('operator-manifests', {}).get('archive')
)
try:
build = ContainerKojiBuild.create_or_update(build_params)[0]
Expand Down

0 comments on commit 2a1cf11

Please sign in to comment.