From d127569053d538fb17cc20313a8ae9094d53a7c9 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sun, 3 Apr 2016 19:05:08 +0800 Subject: [PATCH] diagnostic: point to new remote --- Library/Homebrew/diagnostic.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 7a8de7efa9..7a133eb24a 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