Typo (repo -> repo_name)

This commit is contained in:
Mustafa Gezen 2023-02-03 01:57:57 +01:00
parent fb205c5fb1
commit e01192cbba
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
1 changed files with 1 additions and 1 deletions

View File

@ -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}"