From eab1e6cea167c507901fa925fb769862f3a78c7c Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Fri, 4 Jan 2013 17:43:41 +0100 Subject: [PATCH] Fixed typo of recipes (recipres) --- db/fixtures/development/009_source_code.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/fixtures/development/009_source_code.rb b/db/fixtures/development/009_source_code.rb index d3fe69c6..a64b905e 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|