fix debug repo format
This commit is contained in:
parent
9a53bf6f5c
commit
18ecf1a8ac
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ class RepoSync:
|
|||
|
||||
for a in arch_sync:
|
||||
entry_name = f'{r}-{a}'
|
||||
debug_entry_name = '{r}-debug-{a}'
|
||||
debug_entry_name = f'{r}-debug-{a}'
|
||||
|
||||
entry_name_list.append(entry_name)
|
||||
|
||||
|
|
Loading…
Reference in a new issue