Commit 1c0c7bd6e3ca2a0cbcb7af6a4b6c8067e10b3880

Authored by Matt Humphrey
1 parent dd653f62

Missed comma.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/api/projects.rb
... ... @@ -42,7 +42,7 @@ module Gitlab
42 42 :issues_enabled,
43 43 :wall_enabled,
44 44 :merge_requests_enabled,
45   - :wiki_enabled
  45 + :wiki_enabled,
46 46 :namespace_id]
47 47 @project = ::Projects::CreateContext.new(current_user, attrs).execute
48 48 if @project.saved?
... ...