summaryrefslogtreecommitdiff
path: root/app/roles/git_host.rb
blob: aa620f77ea4275c44c9b761169517dd5932be6fd (plain)
1
2
3
4
5
module GitHost
  def git_host
    Gitlab::Gitolite.new
  end
end