diff --git a/jdownie/repo/repo b/jdownie/repo/repo index 95e05ed..37b2089 100755 --- a/jdownie/repo/repo +++ b/jdownie/repo/repo @@ -107,7 +107,7 @@ if __name__ == "__main__": if len(output[0]) > 0: status = len(output) print("{0} {1}".format(str(status).rjust(3), k)) - elif sys.argv[1] in list( [ "sync", "lc", "pull", "push", "fetch" ] ): + elif sys.argv[1] in list( [ "sync", "lc", "lcs", "pull", "push", "fetch" ] ): thread_count = 10 with concurrent.futures.ThreadPoolExecutor(max_workers=thread_count) as executor: futures = {executor.submit(perform_action, sys.argv[1], k, cfg[k]) for k in r}