From 3a4b1917d8d3162142fab80e46d8f8a01ea034bd Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 25 Feb 2014 20:51:16 -0800 Subject: fix typo in audit --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 3f2a31774..846aaffa0 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -293,7 +293,7 @@ class FormulaAuditor def audit_text if text =~ /system\s+['"]scons/ - problem "use \"scons, *args\" instead of \"system 'scons', *args\"" + problem "use \"scons *args\" instead of \"system 'scons', *args\"" end if text =~ /system\s+['"]xcodebuild/ && text !~ /SYMROOT=/ -- cgit v1.2.3