Fix brew update on Leopard
This commit is contained in:
parent
9289c06299
commit
f30893a968
@ -86,7 +86,7 @@ class RefreshBrew
|
||||
end
|
||||
|
||||
def git_repo?
|
||||
Dir['.git/*'].count > 0
|
||||
Dir['.git/*'].length > 0
|
||||
end
|
||||
|
||||
def pending_formulae_changes?
|
||||
|
Loading…
x
Reference in New Issue
Block a user