mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-22 13:11:28 +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:
|
for pkg in advisory.packages:
|
||||||
if pkg.product_name != product_name:
|
if pkg.product_name != product_name:
|
||||||
continue
|
continue
|
||||||
if pkg.repo != repo:
|
if pkg.repo_name != repo:
|
||||||
continue
|
continue
|
||||||
if pkg.module_name:
|
if pkg.module_name:
|
||||||
collection_short = f"{default_collection_short}__{pkg.module_name}"
|
collection_short = f"{default_collection_short}__{pkg.module_name}"
|
||||||
|
Loading…
Reference in New Issue
Block a user