Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'ruby')
-rw-r--r--ruby/lib/gitlab/git/operation_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/lib/gitlab/git/operation_service.rb b/ruby/lib/gitlab/git/operation_service.rb
index 48559d4e7..6530ef342 100644
--- a/ruby/lib/gitlab/git/operation_service.rb
+++ b/ruby/lib/gitlab/git/operation_service.rb
@@ -120,7 +120,7 @@ module Gitlab
oldrev = from_branch.target
- update_ref_in_hooks(ref, newrev, oldrev)
+ update_ref(ref, newrev, oldrev)
newrev
end