Commit 546dd4c2b6080f5b73ae681706d9617392afad04
Exists in
master
and in
4 other branches
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 | { 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| | ... | ... |