brew create: remind people to 'brew audit'

This commit is contained in:
Adam Vandenberg 2011-04-05 08:37:59 -07:00
parent bc3225a348
commit 035b216e90

View File

@ -43,6 +43,7 @@ module Homebrew extend self
fc.generate fc.generate
fc.path fc.path
end end
puts "Please `brew audit "+paths.collect{|p|p.basename(".rb")}*" "+"` before submitting, thanks."
exec_editor *paths exec_editor *paths
end end
end end