Merge pull request #2487 from koenpunt/patch-2

Fixed typo of recipes (recipres) in development fixtures
This commit is contained in:
Dmitriy Zaporozhets 2013-01-05 10:01:10 -08:00
commit 546dd4c2b6

View file

@ -7,7 +7,7 @@ projects = [
{ path: 'brightbox/puppet.git', git: 'https://github.com/brightbox/puppet.git' },
{ path: 'gitlab/gitlabhq.git', git: 'https://github.com/gitlabhq/gitlabhq.git' },
{ path: 'gitlab/gitlab-ci.git', git: 'https://github.com/gitlabhq/gitlab-ci.git' },
{ path: 'gitlab/gitlab-recipres.git', git: 'https://github.com/gitlabhq/gitlab-recipes.git' },
{ path: 'gitlab/gitlab-recipes.git', git: 'https://github.com/gitlabhq/gitlab-recipes.git' },
]
projects.each do |project|