diff options
Diffstat (limited to 'app/services/git_push_service.rb')
-rw-r--r-- | app/services/git_push_service.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/services/git_push_service.rb b/app/services/git_push_service.rb index f387c749a21..ca5ff51debc 100644 --- a/app/services/git_push_service.rb +++ b/app/services/git_push_service.rb @@ -175,7 +175,8 @@ class GitPushService < BaseService params[:ref], @push_commits, commits_count: commits_count, - push_options: params[:push_options] || []) + push_options: params[:push_options] || [] + ) end def push_to_existing_branch? |