fix typo in audit

This commit is contained in:
Adam Vandenberg 2014-02-25 20:51:16 -08:00
parent 758a601555
commit 4a4b960558

View File

@ -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=/