mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-21 20:51:27 +00:00
Typo (repo -> repo_name)
This commit is contained in:
parent
fb205c5fb1
commit
e01192cbba
@ -196,7 +196,7 @@ async def get_updateinfo(
|
||||
for pkg in advisory.packages:
|
||||
if pkg.product_name != product_name:
|
||||
continue
|
||||
if pkg.repo != repo:
|
||||
if pkg.repo_name != repo:
|
||||
continue
|
||||
if pkg.module_name:
|
||||
collection_short = f"{default_collection_short}__{pkg.module_name}"
|
||||
|
Loading…
Reference in New Issue
Block a user