Skip to content
Snippets Groups Projects
Commit 51ed8fd7 authored by Douwe Maan's avatar Douwe Maan
Browse files

Use correct var name

parent c746a1de
No related branches found
No related tags found
2 merge requests!2051[Second try] Implement different Markdown rendering pipelines and cache Markdown,!1602Implement different Markdown rendering pipelines and cache Markdown
Loading
@@ -77,7 +77,7 @@ module Gitlab
Loading
@@ -77,7 +77,7 @@ module Gitlab
def self.full_cache_key(cache_key, pipeline_name) def self.full_cache_key(cache_key, pipeline_name)
return unless cache_key return unless cache_key
pipeline_name ||= :full pipeline_name ||= :full
["markdown", *cache_key, pipeline] ["markdown", *cache_key, pipeline_name]
end end
   
def self.pipeline_by_name(pipeline_name) def self.pipeline_by_name(pipeline_name)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment