Downcase when checking if no tap search needed
This commit is contained in:
parent
aeb9440b90
commit
059727a9e8
@ -42,7 +42,7 @@ module Homebrew extend self
|
||||
end
|
||||
|
||||
def search_tap user, repo, rx
|
||||
return [] if (HOMEBREW_LIBRARY/"Taps/#{user}-#{repo}").directory?
|
||||
return [] if (HOMEBREW_LIBRARY/"Taps/#{user.downcase}-#{repo.downcase}").directory?
|
||||
|
||||
require 'open-uri'
|
||||
require 'yaml'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user