Commit 8559d9a156819b576127a944dbcce1fe335d68ba

Authored by Dae Myung
1 parent cc7c6d53

sending argument project but there is no project to send

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/gitlab/backend/gitolite.rb
... ... @@ -35,7 +35,7 @@ module Gitlab
35 35 end
36 36  
37 37 def enable_automerge
38   - config.admin_all_repo!(project)
  38 + config.admin_all_repo!
39 39 end
40 40  
41 41 alias_method :create_repository, :update_repository
... ...