aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-06-15 23:26:07 -0500
committerJack Nagel2014-06-15 23:28:06 -0500
commitb9c54a23f7c70c6cd36915f5a76f131eeb30e714 (patch)
tree8edcd6050658aa0824ed1865ff39c2efe4eee8da /Library
parente6e5ac4ea0b488e0f0eafd40fb2c927646bff9b0 (diff)
downloadhomebrew-b9c54a23f7c70c6cd36915f5a76f131eeb30e714.tar.bz2
Fix audit suggestion
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 1182e7328..1b46161ca 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -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/