Removed namespace from command usage of TemplateRenderer, since we extend that into the class
This commit is contained in:
parent
b1872c4e31
commit
c6e39ddbf0
|
@ -23,7 +23,7 @@ error
|
||||||
# Copy over the rootfile template into this directory
|
# Copy over the rootfile template into this directory
|
||||||
default_box ||= "base"
|
default_box ||= "base"
|
||||||
File.open(rootfile_path, 'w+') do |f|
|
File.open(rootfile_path, 'w+') do |f|
|
||||||
f.write(Util::TemplateRenderer.render!(Env::ROOTFILE_NAME, :default_box => default_box))
|
f.write(TemplateRenderer.render!(Env::ROOTFILE_NAME, :default_box => default_box))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue