diff options
| author | Adam Vandenberg | 2014-02-25 20:51:16 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-25 20:51:16 -0800 |
| commit | 4a4b960558b420676af25dfcd772cc5d4e35cc65 (patch) | |
| tree | b99c4e20fe861827f1be40cbf15246f05b58a2b0 /Library | |
| parent | 758a60155538820e11bea5c473c2171cd4df183f (diff) | |
| download | brew-4a4b960558b420676af25dfcd772cc5d4e35cc65.tar.bz2 | |
fix typo in audit
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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=/ |
