tools: sync: update script filename in in_source_tree()

This commit is contained in:
2023-04-05 18:55:24 +01:00
parent eb22e72568
commit 84e5b848c7

View File

@@ -16,7 +16,7 @@ rsync_path = os.getenv('RSYNC_PATH', default = 'rsync')
def in_source_tree(): def in_source_tree():
return os.path.isfile('tools/sync.py') return os.path.isfile('tools/socks.sync')
def create_sample_config(): def create_sample_config():