summaryrefslogtreecommitdiff
path: root/app/services/files/create_dir_service.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-01-06 23:29:13 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-01-06 23:29:13 +0800
commitccc73c455ba0b95b531c69414a6a1f47667f16b5 (patch)
tree914207fd6b9672bf2a46ea4b37c59b37444a4d91 /app/services/files/create_dir_service.rb
parente3c36850a618ee2f7f9087b681e62d8a50e7b1b1 (diff)
downloadgitlab-ce-ccc73c455ba0b95b531c69414a6a1f47667f16b5.tar.gz
Rename from base to start because base could mean merge base
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 53b6d456e0d..858de5f0538 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,
- base_project: @base_project,
- base_branch_name: @base_branch)
+ start_project: @start_project,
+ start_branch_name: @start_branch)
end
def validate