Skip to content

Commit

Permalink
don't look up errata by default
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm committed Feb 23, 2021
1 parent 3d3ebf9 commit 9009f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/patchman
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def process_args(args):
args.clean_updates = True
args.dbcheck = True
args.dns_checks = True
args.errata = True
args.errata = False
if args.list_repos:
list_repos(args.repo)
return False
Expand Down

0 comments on commit 9009f46

Please sign in to comment.