Fix check_archives does not take json parameter.

This commit is contained in:
Dan Helfman 2018-09-27 08:09:23 -07:00 committed by GitHub
commit 7ecdaea83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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))