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
commit31d70b5c33a11880d31a583d9bf21b03a27cef8a (patch)
treeb49052684c1d4529fe9e131c2a447697bc12e79d /Library
parent788b556a3e83d98c38decbd8a7cdbe6c55795a12 (diff)
downloadbrew-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.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 }