aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-01 19:01:56 -0700
committerAdam Vandenberg2012-09-01 19:01:56 -0700
commit57fbd5ef7c05055a59908ae996bcdb487110cb02 (patch)
tree1e264790c17e7e56e719c8a24788e3d15ef7472b /Library
parent7a112696c8a5a054af84a72f9d1e4ad398f9b306 (diff)
downloadhomebrew-57fbd5ef7c05055a59908ae996bcdb487110cb02.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.rb2
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 }