aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-13 18:31:11 -0800
committerAdam Vandenberg2013-12-13 18:31:11 -0800
commit89e5585ee176ac8c93df5d42c0a51c7964057cd2 (patch)
tree1dd02f6aedd4075f405b3ddac239c3d4be359461 /Library/Homebrew/utils.rb
parent6c0eb52893a467a14d27185a43ea2733fa710a67 (diff)
downloadhomebrew-89e5585ee176ac8c93df5d42c0a51c7964057cd2.tar.bz2
fix repo URL for brew search
Closes #25192.
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index 7327c41df..87b91d6b9 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -249,7 +249,7 @@ def paths
end
module GitHub extend self
- ISSUES_URI = URI.parse("https://api.github.com/legacy/issues/search/mxcl/homebrew/open/")
+ ISSUES_URI = URI.parse("https://api.github.com/legacy/issues/search/Homebrew/homebrew/open/")
Error = Class.new(StandardError)