mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-30 05:13:01 +02:00
check_archives does not take json parameter
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user