Don't print git origin check without git repo

This commit is contained in:
Misty De Meo 2013-01-29 09:33:30 -06:00
parent 667abe8185
commit 14bb39b898

View File

@ -738,6 +738,8 @@ end
def check_for_git_origin
return unless which "git"
# otherwise this will nag users with no repo about their remote
return unless (HOMEBREW_REPOSITORY/'.git').exist?
HOMEBREW_REPOSITORY.cd do
if `git config --get remote.origin.url`.chomp.empty? then <<-EOS.undent