mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
apt-sync: fix function invocation
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
3719b58509
commit
414874c094
@ -340,8 +340,8 @@ def main():
|
||||
lists = [l] * n_os
|
||||
return lists
|
||||
|
||||
component_lists = generate_list_for_oses(args.component)
|
||||
arch_lists = generate_list_for_oses(args.arch)
|
||||
component_lists = generate_list_for_oses(args.component, "component")
|
||||
arch_lists = generate_list_for_oses(args.arch, "arch")
|
||||
|
||||
args.working_dir.mkdir(parents=True, exist_ok=True)
|
||||
failed = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user