first --repo switch was missing for repoclosure

This commit is contained in:
Louis Abel 2022-05-29 13:40:54 -07:00
parent baf4893850
commit 86fe08f26a
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 1 deletions

View File

@ -791,7 +791,7 @@ class RepoSync:
repoclosure_entry_name
)
repoclosure_cmd = ('/usr/bin/dnf repoclosure {} '
'--repofrompath={},file://{}/{}/{}/os --check={} {} '
'--repofrompath={},file://{}/{}/{}/os --repo={} --check={} {} '
'| tee -a {}/{}-repoclosure-{}.log').format(
repoclosure_arch_list,
repo,
@ -799,6 +799,7 @@ class RepoSync:
repo,
arch,
repo,
repo,
join_repo_comb,
log_root,
repo,