Commit eab1e6cea167c507901fa925fb769862f3a78c7c

Authored by Koen Punt
1 parent e6c0673e

Fixed typo of recipes (recipres)

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 { path: 'brightbox/puppet.git', git: 'https://github.com/brightbox/puppet.git' },
8 8 { path: 'gitlab/gitlabhq.git', git: 'https://github.com/gitlabhq/gitlabhq.git' },
9 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 13 projects.each do |project|
... ...