Fix brew update on Leopard

This commit is contained in:
Adam Vandenberg 2011-07-31 10:32:09 -07:00
parent 9289c06299
commit f30893a968

View File

@ -86,7 +86,7 @@ class RefreshBrew
end
def git_repo?
Dir['.git/*'].count > 0
Dir['.git/*'].length > 0
end
def pending_formulae_changes?