Commit 401041cfd6cc83e2714f2a4232ff5e129f717d65

Authored by Dmitriy Zaporozhets
2 parents 67465dc5 fab586bc

Merge pull request #3032 from raphendyr/fix_development_environment

Fix development fixture for gitlab_shell
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
db/fixtures/development/02_source_code.rb
1 -root = Gitlab.config.gitolite.repos_path 1 +root = Gitlab.config.gitlab_shell.repos_path
2 2
3 projects = [ 3 projects = [
4 { path: 'underscore.git', git: 'https://github.com/documentcloud/underscore.git' }, 4 { path: 'underscore.git', git: 'https://github.com/documentcloud/underscore.git' },