tools: sync: update script filename in in_source_tree()
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user