Fixed typo of recipes (recipres)

This commit is contained in:
Koen Punt 2013-01-04 17:43:41 +01:00
parent e6c0673ef1
commit eab1e6cea1
1 changed files with 1 additions and 1 deletions

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|