From b8fbd2b4fa2cdde8c90d949ad9f1b12e13e6ab5c Mon Sep 17 00:00:00 2001 From: Tom Burns Date: Thu, 16 May 2013 20:25:31 -0400 Subject: [PATCH] typo --- performance/theme_runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/theme_runner.rb b/performance/theme_runner.rb index 6982a82..802411a 100644 --- a/performance/theme_runner.rb +++ b/performance/theme_runner.rb @@ -85,7 +85,7 @@ class ThemeRunner html = nil RubyProf.resume - html = compile_and_render(liquid, layout, assigns, page_template, template_file) + html = compile_and_render(liquid, layout, assigns, page_template, template_name) RubyProf.pause