diff options
| author | Mike McQuaid | 2013-01-30 22:15:37 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2013-01-30 22:15:37 -0800 |
| commit | 36497f2a5dcd803ae85fbea137a9475cfe69cde4 (patch) | |
| tree | 7667aeedf620a922b776071b657eff7691b506f3 | |
| parent | 1bc460403bc690460eac6da739e50321642d5754 (diff) | |
| download | brew-36497f2a5dcd803ae85fbea137a9475cfe69cde4.tar.bz2 | |
brew-search: search homebrew/apache tap.
| -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 60f2452dc..39b70ad8b 100644 --- a/Library/Homebrew/cmd/search.rb +++ b/Library/Homebrew/cmd/search.rb @@ -34,8 +34,8 @@ module Homebrew extend self threads = [] results = [] threads << Thread.new { search_tap "josegonzalez", "php", rx } - threads << Thread.new { search_tap "alanthing", "apachemod", rx } threads << Thread.new { search_tap "samueljohn", "python", rx } + threads << Thread.new { search_tap "Homebrew", "apache", 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 } |
