summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJaakko Kantojärvi <jaakko@n-1.fi>2013-02-18 18:03:29 +0200
committerJaakko Kantojärvi <jaakko@n-1.fi>2013-02-19 11:17:59 +0200
commitfab586bc87899a2e9a480fbe8651d4e1faa0fc6d (patch)
tree00bd2931916cc908d9a4707b95a3d512f7b9352d /db
parent5d72a3e1330e536c13e060aab133ecf15cb00cb7 (diff)
downloadgitlab-ce-fab586bc87899a2e9a480fbe8651d4e1faa0fc6d.tar.gz
Fix development fixture for gitlab_shell
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/02_source_code.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/02_source_code.rb b/db/fixtures/development/02_source_code.rb
index 4a9e5d0c258..a0a46c9e927 100644
--- a/db/fixtures/development/02_source_code.rb
+++ b/db/fixtures/development/02_source_code.rb
@@ -1,4 +1,4 @@
-root = Gitlab.config.gitolite.repos_path
+root = Gitlab.config.gitlab_shell.repos_path
projects = [
{ path: 'underscore.git', git: 'https://github.com/documentcloud/underscore.git' },