Commit 4307ac1b authored by tiagonbotelho's avatar tiagonbotelho

refactors to pass values as arguments through options

parent 9786f376
...@@ -6,7 +6,6 @@ module Files ...@@ -6,7 +6,6 @@ module Files
repository.update_file(current_user, @file_path, @file_content, repository.update_file(current_user, @file_path, @file_content,
@target_branch, previous_path: @previous_path, @target_branch, previous_path: @previous_path,
message: @commit_message, update: true) message: @commit_message, update: true)
end end
end end
end end
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