diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-09-28 19:07:22 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-09-29 18:27:06 +0200 |
commit | e5fecc3a377c458e49751e3d2eacfb52972e59c6 (patch) | |
tree | 9cee02474e9348d99f85d30acea61aafb7a46046 /app/models/project_wiki.rb | |
parent | c49d19a5dc058a670bdac1e23579fbb44c60bec4 (diff) | |
download | gitlab-ce-e5fecc3a377c458e49751e3d2eacfb52972e59c6.tar.gz |
Create repositories via Gitaly
Diffstat (limited to 'app/models/project_wiki.rb')
-rw-r--r-- | app/models/project_wiki.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_wiki.rb b/app/models/project_wiki.rb index 698fdf7a20c..c4cc1c1cf22 100644 --- a/app/models/project_wiki.rb +++ b/app/models/project_wiki.rb @@ -174,7 +174,7 @@ class ProjectWiki private def init_repo(disk_path) - gitlab_shell.add_repository(project.repository_storage_path, disk_path) + gitlab_shell.add_repository(project.repository_storage, disk_path) end def commit_details(action, message = nil, title = nil) |