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 /lib/tasks | |
| parent | c49d19a5dc058a670bdac1e23579fbb44c60bec4 (diff) | |
| download | gitlab-ce-e5fecc3a377c458e49751e3d2eacfb52972e59c6.tar.gz | |
Create repositories via Gitaly
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/gitlab/shell.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/shell.rake b/lib/tasks/gitlab/shell.rake index 42825f29e32..0e6aed32c52 100644 --- a/lib/tasks/gitlab/shell.rake +++ b/lib/tasks/gitlab/shell.rake @@ -79,7 +79,7 @@ namespace :gitlab do if File.exist?(path_to_repo) print '-' else - if Gitlab::Shell.new.add_repository(project.repository_storage_path, + if Gitlab::Shell.new.add_repository(project.repository_storage, project.disk_path) print '.' else |
