creates the update_file method in repository.rb and applies changes accordingly

This commit is contained in:
tiagonbotelho 2016-07-04 11:32:57 +01:00
parent fbde82b587
commit e621fb57c4
1 changed files with 0 additions and 3 deletions

View File

@ -751,9 +751,6 @@ class Repository
if previous_path
options[:file].merge!(previous_path: previous_path)
puts "#" * 90
puts "Hello"
puts "#" * 90
Gitlab::Git::Blob.rename(raw_repository, options)
else
puts "#" * 90