From 1c0c7bd6e3ca2a0cbcb7af6a4b6c8067e10b3880 Mon Sep 17 00:00:00 2001
From: Matt Humphrey <matt@tomatto.co.uk>
Date: Fri, 1 Mar 2013 16:36:19 +0000
Subject: [PATCH] Missed comma.

---
 lib/api/projects.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/api/projects.rb b/lib/api/projects.rb
index 851e54c59b798..8f57e5ac79fff 100644
--- a/lib/api/projects.rb
+++ b/lib/api/projects.rb
@@ -42,7 +42,7 @@ class Projects < Grape::API
                                     :issues_enabled,
                                     :wall_enabled,
                                     :merge_requests_enabled,
-                                    :wiki_enabled
+                                    :wiki_enabled,
                                     :namespace_id]
         @project = ::Projects::CreateContext.new(current_user, attrs).execute
         if @project.saved?
-- 
GitLab