Skip to content

Commit 542114c

Browse files
committed
don't look up errata by default
1 parent 8ae3edd commit 542114c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/patchman

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def process_args(args):
604604
args.clean_updates = True
605605
args.dbcheck = True
606606
args.dns_checks = True
607-
args.errata = True
607+
args.errata = False
608608
if args.list_repos:
609609
list_repos(args.repo)
610610
return False

0 commit comments

Comments
 (0)