Commit e47025c4 authored by Kerri Miller's avatar Kerri Miller

Pass project to Gitlab::CodeOwners::File

parent 2edc033a
......@@ -63,7 +63,7 @@ module Gitlab
def load_code_owners_file
code_owners_blob = @project.repository.code_owners_blob(ref: @ref)
Gitlab::CodeOwners::File.new(code_owners_blob)
Gitlab::CodeOwners::File.new(code_owners_blob, @project)
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment