From 84e5b848c7135d0040af30ecd8b4a103192ade9f Mon Sep 17 00:00:00 2001 From: Max Wash Date: Wed, 5 Apr 2023 18:55:24 +0100 Subject: [PATCH] tools: sync: update script filename in in_source_tree() --- tools/socks.sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/socks.sync b/tools/socks.sync index a5033a5..454fed9 100755 --- a/tools/socks.sync +++ b/tools/socks.sync @@ -16,7 +16,7 @@ rsync_path = os.getenv('RSYNC_PATH', default = 'rsync') def in_source_tree(): - return os.path.isfile('tools/sync.py') + return os.path.isfile('tools/socks.sync') def create_sample_config():