Commit b212f825 authored by Alex Kalderimis's avatar Alex Kalderimis

Fix name (cosmetic)

parent a3c15673
......@@ -101,7 +101,7 @@ module Gitlab
dry_run = !ENV['FORCE'].present?
known_paths = Set.new
listing(name, relation) { |p| known_paths << "#{root}/#{p.repository.disk_path}" }
listing(relation_name, relation) { |p| known_paths << "#{root}/#{p.repository.disk_path}" }
marked_for_deletion = Set.new
prefix_length = Pathname.new(root).ascend.count
......
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