summaryrefslogtreecommitdiff
path: root/app/services/files/create_dir_service.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-01-06 22:05:30 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-01-06 22:05:30 +0800
commita4b97b2cb61c03d08e25cf2cd7fcbb3f21611350 (patch)
tree5d19444b07a143eb6cac69f5a64f41792455e40d /app/services/files/create_dir_service.rb
parent593228ffe3b2e4ff82c4d63e5d5c59b835f70085 (diff)
downloadgitlab-ce-a4b97b2cb61c03d08e25cf2cd7fcbb3f21611350.tar.gz
Rename source to base to avoid confusion from MR
Diffstat (limited to 'app/services/files/create_dir_service.rb')
-rw-r--r--app/services/files/create_dir_service.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/services/files/create_dir_service.rb b/app/services/files/create_dir_service.rb
index ee4e130a38f..53b6d456e0d 100644
--- a/app/services/files/create_dir_service.rb
+++ b/app/services/files/create_dir_service.rb
@@ -8,8 +8,8 @@ module Files
branch_name: @target_branch,
author_email: @author_email,
author_name: @author_name,
- source_project: @source_project,
- source_branch_name: @source_branch)
+ base_project: @base_project,
+ base_branch_name: @base_branch)
end
def validate