aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXu Cheng2016-04-03 19:05:08 +0800
committerXu Cheng2016-04-03 19:05:08 +0800
commitd127569053d538fb17cc20313a8ae9094d53a7c9 (patch)
tree52fab783609db06d198516407e0ab70f68d7f8c4
parentedf000e4cd30c3626ccc28c52ed32f2d84a200dd (diff)
downloadbrew-d127569053d538fb17cc20313a8ae9094d53a7c9.tar.bz2
diagnostic: point to new remote
-rw-r--r--Library/Homebrew/diagnostic.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb
index 7a8de7efa..7a133eb24 100644
--- a/Library/Homebrew/diagnostic.rb
+++ b/Library/Homebrew/diagnostic.rb
@@ -1031,9 +1031,9 @@ module Homebrew
Without a correctly configured origin, Homebrew won't update
properly. You can solve this by adding the Homebrew remote:
cd #{HOMEBREW_REPOSITORY}
- git remote add origin https://github.com/Homebrew/homebrew.git
+ git remote add origin https://github.com/Homebrew/brew.git
EOS
- elsif origin !~ /(mxcl|Homebrew)\/homebrew(\.git)?$/ then <<-EOS.undent
+ elsif origin !~ /Homebrew\/brew(\.git)?$/ then <<-EOS.undent
Suspicious git origin remote found.
With a non-standard origin, Homebrew won't pull updates from
@@ -1042,7 +1042,7 @@ module Homebrew
Unless you have compelling reasons, consider setting the
origin remote to point at the main repository, located at:
- https://github.com/Homebrew/homebrew.git
+ https://github.com/Homebrew/brew.git
EOS
end
end