mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
brew-test-bot: fix tap directory naming.
This commit is contained in:
parent
7312b4a1a4
commit
d1ab9fc682
@ -34,7 +34,8 @@ module Homebrew
|
||||
|
||||
def homebrew_git_repo tap=nil
|
||||
if tap
|
||||
HOMEBREW_LIBRARY/"Taps/#{tap}"
|
||||
user, repo = tap.split "/"
|
||||
HOMEBREW_LIBRARY/"Taps/#{user}/homebrew-#{repo}"
|
||||
else
|
||||
HOMEBREW_REPOSITORY
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user