Skip to content
Snippets Groups Projects
Commit 8f59c84a authored by Jack Nagel's avatar Jack Nagel Committed by Adam Vandenberg
Browse files

audit exits with status 1 if there are problems

parent 7e132a8c
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,7 @@ module Homebrew extend self
puts "#{f.name}:"
puts problems * "\n"
puts
exit 1
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment