fixed ContainerParams token in thorfile

This commit is contained in:
Eric Rowell
2013-03-20 10:04:07 -07:00
parent 2c237aa708
commit 912cef43c6

View File

@@ -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