Commit f6de2fc5 authored by Douwe Maan's avatar Douwe Maan Committed by Douwe Maan

Use `ref` variable

parent 1b6c663c
......@@ -263,7 +263,7 @@ module Banzai
found = []
projects.each do |project|
ref = project.path_with_namespace
get_or_set_cache(cache, project.path_with_namespace) { project }
get_or_set_cache(cache, ref) { project }
found << ref
end
......
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