Commit c7e8d4d6 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Remove unnecessary backported change

Make the diff with 7.5.1 smaller.
parent 3215dc71
......@@ -55,7 +55,7 @@ module Backup
FileUtils.mkdir_p(repos_path)
Project.find_each(batch_size: 1000) do |project|
print " * #{project.path_with_namespace} ... "
print "#{project.path_with_namespace} ... "
project.namespace.ensure_dir_exist if project.namespace
......
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