From 912cef43c62c124611db5ef424f8ffc95614d943 Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Wed, 20 Mar 2013 10:04:07 -0700 Subject: [PATCH] fixed ContainerParams token in thorfile --- Thorfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Thorfile b/Thorfile index 96076191..ca40b830 100644 --- a/Thorfile +++ b/Thorfile @@ -150,7 +150,7 @@ class Build < Thor content.gsub!("{{version}}", version) content.sub!("{{date}}", date) content.gsub!("{{NodeParams}}", IO.read("configParams/NodeParams.txt")) - content.gsub!("{{ContainerParams}}", IO.read("configParams/containerParams.txt")) + content.gsub!("{{ContainerParams}}", IO.read("configParams/ContainerParams.txt")) content.gsub!("{{ShapeParams}}", IO.read("configParams/ShapeParams.txt")) return content