Commit 911c06c14c00a2cae5bdeeb1601d2e5f0f411140
Exists in
master
and in
4 other branches
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,7 +35,7 @@ module Gitlab | ||
35 | end | 35 | end |
36 | 36 | ||
37 | def enable_automerge | 37 | def enable_automerge |
38 | - config.admin_all_repo!(project) | 38 | + config.admin_all_repo! |
39 | end | 39 | end |
40 | 40 | ||
41 | alias_method :create_repository, :update_repository | 41 | alias_method :create_repository, :update_repository |