forked from sig_core/toolkit
fix debug repo format
This commit is contained in:
parent
9a53bf6f5c
commit
18ecf1a8ac
@ -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 New Issue
Block a user