Commit 911c06c14c00a2cae5bdeeb1601d2e5f0f411140

Authored by Dmitriy Zaporozhets
2 parents cc7c6d53 8559d9a1

Merge pull request #1408 from myung/master

Fix for enable automerge
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
... ...