Commit 546dd4c2b6080f5b73ae681706d9617392afad04

Authored by Dmitriy Zaporozhets
2 parents 1724f45f eab1e6ce

Merge pull request #2487 from koenpunt/patch-2

Fixed typo of recipes (recipres) in development fixtures
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
db/fixtures/development/009_source_code.rb
@@ -7,7 +7,7 @@ projects = [ @@ -7,7 +7,7 @@ projects = [
7 { path: 'brightbox/puppet.git', git: 'https://github.com/brightbox/puppet.git' }, 7 { path: 'brightbox/puppet.git', git: 'https://github.com/brightbox/puppet.git' },
8 { path: 'gitlab/gitlabhq.git', git: 'https://github.com/gitlabhq/gitlabhq.git' }, 8 { path: 'gitlab/gitlabhq.git', git: 'https://github.com/gitlabhq/gitlabhq.git' },
9 { path: 'gitlab/gitlab-ci.git', git: 'https://github.com/gitlabhq/gitlab-ci.git' }, 9 { path: 'gitlab/gitlab-ci.git', git: 'https://github.com/gitlabhq/gitlab-ci.git' },
10 - { path: 'gitlab/gitlab-recipres.git', git: 'https://github.com/gitlabhq/gitlab-recipes.git' }, 10 + { path: 'gitlab/gitlab-recipes.git', git: 'https://github.com/gitlabhq/gitlab-recipes.git' },
11 ] 11 ]
12 12
13 projects.each do |project| 13 projects.each do |project|