Move Gitlab::Satellite into the Satellite module
This commit is contained in:
parent
5f16687805
commit
fba8ad5607
3 changed files with 42 additions and 41 deletions
|
@ -41,7 +41,7 @@ module Repository
|
|||
end
|
||||
|
||||
def satellite
|
||||
@satellite ||= Gitlab::Satellite.new(self)
|
||||
@satellite ||= Gitlab::Satellite::Satellite.new(self)
|
||||
end
|
||||
|
||||
def has_post_receive_file?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue