From fbe4e1e233a45d996f0550c8a1d0cc40d109fffc Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Aug 25 2016 21:49:24 +0000 Subject: remove reference to Brew --- diff --git a/src/bin/koji-builds-in-common b/src/bin/koji-builds-in-common index 5f99e38..5dfaa42 100755 --- a/src/bin/koji-builds-in-common +++ b/src/bin/koji-builds-in-common @@ -19,7 +19,7 @@ Compare builds between multiple tags. Report builds and pkgs in common. help='Specify a config file section') options, args = parser.parse_args() if len(args) < 2: - parser.error('You must specify at least 2 Brew tags') + parser.error('You must specify at least 2 tags') return args, options