Add namespace for Blob
This commit is contained in:
parent
6eeb638434
commit
8119c444b3
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ module Gitlab
|
|||
|
||||
return unless commit_object && commit_object.type == :COMMIT
|
||||
|
||||
gitmodules = gitaly_commit_client.tree_entry(ref, '.gitmodules', Blob::MAX_DATA_DISPLAY_SIZE)
|
||||
gitmodules = gitaly_commit_client.tree_entry(ref, '.gitmodules', Gitlab::Git::Blob::MAX_DATA_DISPLAY_SIZE)
|
||||
found_module = GitmodulesParser.new(gitmodules.data).parse[path]
|
||||
|
||||
found_module && found_module['url']
|
||||
|
|
Loading…
Reference in a new issue