creates the update_file method in repository.rb and applies changes accordingly
This commit is contained in:
parent
fbde82b587
commit
e621fb57c4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue