diff options
author | Koen Punt <koen@koenpunt.nl> | 2013-01-04 17:43:41 +0100 |
---|---|---|
committer | Koen Punt <koen@koenpunt.nl> | 2013-01-04 17:43:41 +0100 |
commit | eab1e6cea167c507901fa925fb769862f3a78c7c (patch) | |
tree | 6e3bb0c12bbb69434fd97ccc9c1f6e4921123926 /db | |
parent | e6c0673ef1108a93928c4d88ba273e12616b836b (diff) | |
download | gitlab-ce-eab1e6cea167c507901fa925fb769862f3a78c7c.tar.gz |
Fixed typo of recipes (recipres)
Diffstat (limited to 'db')
-rw-r--r-- | db/fixtures/development/009_source_code.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/009_source_code.rb b/db/fixtures/development/009_source_code.rb index d3fe69c6f55..a64b905ee89 100644 --- a/db/fixtures/development/009_source_code.rb +++ b/db/fixtures/development/009_source_code.rb @@ -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| |