Fix audit suggestion

This commit is contained in:
Jack Nagel 2014-06-15 23:26:07 -05:00
parent 89ba5b2b0a
commit 5c24876d02

View File

@ -416,7 +416,7 @@ class FormulaAuditor
end
if line =~ /if\s+ARGV\.include\?\s+'--(HEAD|devel)'/
problem "Use \"if ARGV.build_#{$1.downcase}?\" instead"
problem "Use \"if build.#{$1.downcase}?\" instead"
end
if line =~ /make && make/