Skip to content

Commit

Permalink
RIFE2 project creation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jan 11, 2025
1 parent 72d214b commit 625055b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected void executePopulateProjectStructure()

// 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);

Expand Down

0 comments on commit 625055b

Please sign in to comment.