audit: don't count printed URLs as problems
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
4d027874b0
commit
fa1edd6846
@ -413,7 +413,7 @@ module Homebrew extend self
|
|||||||
puts problems * "\n"
|
puts problems * "\n"
|
||||||
puts
|
puts
|
||||||
brew_count += 1
|
brew_count += 1
|
||||||
problem_count += problems.size
|
problem_count += problems.select{ |p| p.start_with? ' *' }.size
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user