fix workers args

This commit is contained in:
Charlotte 🦝 Delenk 2024-12-01 15:11:44 +01:00
parent 4f4fc732fa
commit d08f1d31a7
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -38,7 +38,7 @@ for arg in sys.argv[1:]:
next_to_copy = True
remote_args.append(arg)
remote_args += ["--workers" "4"]
remote_args += ["--workers", "4"]
# copy over what files we need to ensure are present on the target