mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-15 19:56:59 +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
|
def homebrew_git_repo tap=nil
|
||||||
if tap
|
if tap
|
||||||
HOMEBREW_LIBRARY/"Taps/#{tap}"
|
user, repo = tap.split "/"
|
||||||
|
HOMEBREW_LIBRARY/"Taps/#{user}/homebrew-#{repo}"
|
||||||
else
|
else
|
||||||
HOMEBREW_REPOSITORY
|
HOMEBREW_REPOSITORY
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user