Fix audit suggestion
This commit is contained in:
parent
89ba5b2b0a
commit
5c24876d02
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user