brew-test-bot: fix tap directory naming.

This commit is contained in:
Mike McQuaid 2014-10-16 20:00:52 +01:00
parent 7312b4a1a4
commit d1ab9fc682

View File

@ -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