Fix check_archives does not take json parameter.
This commit is contained in:
commit
7ecdaea83a
1 changed files with 1 additions and 2 deletions
|
@ -191,8 +191,7 @@ def _run_commands_on_repository(
|
||||||
storage,
|
storage,
|
||||||
consistency,
|
consistency,
|
||||||
local_path=local_path,
|
local_path=local_path,
|
||||||
remote_path=remote_path,
|
remote_path=remote_path
|
||||||
json=args.json
|
|
||||||
)
|
)
|
||||||
if args.list:
|
if args.list:
|
||||||
logger.info('{}: Listing archives'.format(repository))
|
logger.info('{}: Listing archives'.format(repository))
|
||||||
|
|
Loading…
Reference in a new issue