mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-24 15:57:11 -07:00
RIFE2 project creation fix
This commit is contained in:
parent
72d214b3b6
commit
625055bbb6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class CreateRife2Operation extends AbstractCreateOperation<CreateRife2Ope
|
|||
|
||||
// project template
|
||||
var template_template = TemplateFactory.HTML.get(templateBase_ + "project_template");
|
||||
template_template.setValue("project", StringUtils.capitalize(project_.name()));
|
||||
template_template.setValue("project", project_.name());
|
||||
var project_template_file = new File(project_.srcMainResourcesTemplatesDirectory(), "hello.html");
|
||||
FileUtils.writeString(template_template.getContent(), project_template_file);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue