Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKoen Punt <koen@koenpunt.nl>2013-01-04 20:43:41 +0400
committerKoen Punt <koen@koenpunt.nl>2013-01-04 20:43:41 +0400
commiteab1e6cea167c507901fa925fb769862f3a78c7c (patch)
tree6e3bb0c12bbb69434fd97ccc9c1f6e4921123926 /db
parente6c0673ef1108a93928c4d88ba273e12616b836b (diff)
Fixed typo of recipes (recipres)
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/009_source_code.rb2
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|