Commit fab586bc87899a2e9a480fbe8651d4e1faa0fc6d

Authored by Jaakko Kantojärvi
1 parent 5d72a3e1

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' },