Skip to content
Snippets Groups Projects
Commit c9836920 authored by tiagonbotelho's avatar tiagonbotelho
Browse files

removes redundant comment

parent 0173b65d
No related branches found
No related tags found
1 merge request!5049Implements the form for renaming the new filename on the file edit page
Loading
Loading
@@ -3,7 +3,6 @@ require_relative "base_service"
module Files
class UpdateService < Files::BaseService
def commit
# Need to update file_path with the new filename
repository.update_file(current_user, @file_path, @file_content,
@target_branch, previous_path: @previous_path,
message: @commit_message, update: true)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment