Commit aa9843b8 authored by Nick Thomas's avatar Nick Thomas

CE->EE: Resolve a missed conflict in app/models/project_wiki.rb

parent 40049c96
......@@ -52,14 +52,11 @@ class ProjectWiki
def http_url_to_repo
"#{Gitlab.config.gitlab.url}/#{full_path}.git"
<<<<<<< HEAD
end
# No need to have a Kerberos Web url. Kerberos URL will be used only to clone
def kerberos_url_to_repo
[Gitlab.config.build_gitlab_kerberos_url, '/', full_path, '.git'].join('')
=======
>>>>>>> ce/master
end
def wiki_base_path
......
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