From 98cb2644db5338b5b157faa596bf5fab4473fd81 Mon Sep 17 00:00:00 2001 From: Nils Hesse Date: Thu, 27 Sep 2018 12:21:14 +0200 Subject: [PATCH] check_archives does not take json parameter --- borgmatic/commands/borgmatic.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/borgmatic/commands/borgmatic.py b/borgmatic/commands/borgmatic.py index f1af9220..9b440475 100644 --- a/borgmatic/commands/borgmatic.py +++ b/borgmatic/commands/borgmatic.py @@ -191,8 +191,7 @@ def _run_commands_on_repository( storage, consistency, local_path=local_path, - remote_path=remote_path, - json=args.json + remote_path=remote_path ) if args.list: logger.info('{}: Listing archives'.format(repository))