Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-15 04:16:25 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-20 19:54:28 +0400
commit19eb63741995e3be60781db74edab5d5ae896c6b (patch)
tree349c2f0d63b4bf89500de1c8c3ee5887dc981e68 /spec/workers/post_receive_spec.rb
parentb2e46f44ceee2078b8e1d92ae5ff892c044bc0e7 (diff)
Update uses of Gitolite.config.foo settings
Diffstat (limited to 'spec/workers/post_receive_spec.rb')
-rw-r--r--spec/workers/post_receive_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/post_receive_spec.rb b/spec/workers/post_receive_spec.rb
index b0f554c52ab..26b461c3825 100644
--- a/spec/workers/post_receive_spec.rb
+++ b/spec/workers/post_receive_spec.rb
@@ -39,6 +39,6 @@ describe PostReceive do
end
def pwd(project)
- File.join(Gitlab.config.git_base_path, project.path_with_namespace)
+ File.join(Gitlab.config.gitolite.repos_path, project.path_with_namespace)
end
end