Merge pull request #2487 from koenpunt/patch-2
Fixed typo of recipes (recipres) in development fixtures
This commit is contained in:
commit
546dd4c2b6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ projects = [
|
||||||
{ path: 'brightbox/puppet.git', git: 'https://github.com/brightbox/puppet.git' },
|
{ path: 'brightbox/puppet.git', git: 'https://github.com/brightbox/puppet.git' },
|
||||||
{ path: 'gitlab/gitlabhq.git', git: 'https://github.com/gitlabhq/gitlabhq.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-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|
|
projects.each do |project|
|
||||||
|
|
Loading…
Add table
Reference in a new issue