diff options
| author | Adam Vandenberg | 2012-09-01 19:01:56 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-01 19:01:56 -0700 |
| commit | 31d70b5c33a11880d31a583d9bf21b03a27cef8a (patch) | |
| tree | b49052684c1d4529fe9e131c2a447697bc12e79d /Library | |
| parent | 788b556a3e83d98c38decbd8a7cdbe6c55795a12 (diff) | |
| download | brew-31d70b5c33a11880d31a583d9bf21b03a27cef8a.tar.bz2 | |
Fix the name because adamv doesn't know what he's doing.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/search.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/search.rb b/Library/Homebrew/cmd/search.rb index cf17b3619..4cb17f229 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -34,7 +34,7 @@ module Homebrew extend self threads = [] results = [] threads << Thread.new { search_tap "josegonzalez", "php", rx } - threads << Thread.new { search_tap "alanthing", "homebrew-apachemod", rx } + threads << Thread.new { search_tap "alanthing", "apachemod", rx } threads << Thread.new { search_tap "Homebrew", "versions", rx } threads << Thread.new { search_tap "Homebrew", "dupes", rx } threads << Thread.new { search_tap "Homebrew", "games", rx } |
