summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
diff options
context:
space:
mode:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-11 17:11:16 +0100
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-12 15:55:16 +0100
commitcf96c7596a80296abffe8ad75303cc964d72ee5d (patch)
tree009139c9c0222f3535b0d14a75a9a91a09cf828b /app/controllers/concerns
parente167c94123fce673084cb641962c97e02d70bd91 (diff)
downloadgitlab-ce-cf96c7596a80296abffe8ad75303cc964d72ee5d.tar.gz
changes the usasge of path to file_path on blob_controller for compatibillity with the create action
Diffstat (limited to 'app/controllers/concerns')
-rw-r--r--app/controllers/concerns/creates_commit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/concerns/creates_commit.rb b/app/controllers/concerns/creates_commit.rb
index 036805306f2..a76fcd61b52 100644
--- a/app/controllers/concerns/creates_commit.rb
+++ b/app/controllers/concerns/creates_commit.rb
@@ -8,7 +8,7 @@ module CreatesCommit
source_project: @project,
source_branch: @ref,
target_branch: @target_branch,
- file_path: @path,
+ file_path: @file_path,
previous_path: @previous_path
)