diff --git a/carbonate/cli.py b/carbonate/cli.py index a1b3a98..3cdfd04 100644 --- a/carbonate/cli.py +++ b/carbonate/cli.py @@ -193,7 +193,7 @@ def carbon_sync(): remote_ip = args.source_node remote = "%s@%s:%s/" % (user, remote_ip, args.source_storage_dir) - whisper_lock_writes = config.whisper_lock_writes(args.config_file) or \ + whisper_lock_writes = config.whisper_lock_writes(args.cluster) or \ args.lock metrics_to_sync = []