Move Gitlab::Satellite into the Satellite module

This commit is contained in:
Riyad Preukschas 2012-10-26 00:56:24 +02:00
parent 5f16687805
commit fba8ad5607
3 changed files with 42 additions and 41 deletions

View file

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