mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Improve code according to new gitlab_git
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@ -117,7 +117,7 @@ module ExtractsPath
|
||||
end
|
||||
|
||||
def tree
|
||||
@tree ||= Tree.new(@repo, @commit.id, @path)
|
||||
@tree ||= @repo.tree(@commit.id, @path)
|
||||
end
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user