diff options
| author | Marin Jankovski <maxlazio@gmail.com> | 2017-02-06 10:54:53 +0100 |
|---|---|---|
| committer | Marin Jankovski <maxlazio@gmail.com> | 2017-02-06 10:54:53 +0100 |
| commit | 3f01f05bde8e55b533bc0468ed62485141e827e8 (patch) | |
| tree | 93d8a29b0b8f95fa7fd60d82970392c6b8a8e97a /lib/api/files.rb | |
| parent | caa7344d48080c07658331b991399cf7a86f926f (diff) | |
| parent | 572fb0be9b1d45437b7c0ed1000399657f471ec7 (diff) | |
| download | gitlab-ce-3f01f05bde8e55b533bc0468ed62485141e827e8.tar.gz | |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'lib/api/files.rb')
| -rw-r--r-- | lib/api/files.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/files.rb b/lib/api/files.rb index 2e79e22e649..c58472de578 100644 --- a/lib/api/files.rb +++ b/lib/api/files.rb @@ -5,7 +5,7 @@ module API def commit_params(attrs) { file_path: attrs[:file_path], - source_branch: attrs[:branch_name], + start_branch: attrs[:branch_name], target_branch: attrs[:branch_name], commit_message: attrs[:commit_message], file_content: attrs[:content], |
