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

Use correct var name

parent c746a1de
Branches
Tags
2 merge requests!2051[Second try] Implement different Markdown rendering pipelines and cache Markdown,!1602Implement different Markdown rendering pipelines and cache Markdown
Loading
Loading
@@ -77,7 +77,7 @@ module Gitlab
def self.full_cache_key(cache_key, pipeline_name)
return unless cache_key
pipeline_name ||= :full
["markdown", *cache_key, pipeline]
["markdown", *cache_key, pipeline_name]
end
 
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.
Please register or to comment