Commit 908eabeb authored by tiagonbotelho's avatar tiagonbotelho

fixes issues for mr acceptance

parent d652fa56
......@@ -748,8 +748,8 @@ class Repository
update: options[:update]
}
if commit_options[:previous_path]
commit_options[:file].merge!(previous_path: commit_options[:previous_path])
if options[:previous_path]
commit_options[:file][:previous_path] = options[:previous_path]
Gitlab::Git::Blob.rename(raw_repository, commit_options)
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment