summaryrefslogtreecommitdiff
path: root/app/services/git/branch_push_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/git/branch_push_service.rb')
-rw-r--r--app/services/git/branch_push_service.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/git/branch_push_service.rb b/app/services/git/branch_push_service.rb
index c4910180787..49c54e42b7c 100644
--- a/app/services/git/branch_push_service.rb
+++ b/app/services/git/branch_push_service.rb
@@ -90,3 +90,5 @@ module Git
end
end
end
+
+Git::BranchPushService.prepend_if_ee('::EE::Git::BranchPushService')