Skip to content

Commit

Permalink
Update template path in DefaultTemplate.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hsndmr committed Jul 7, 2024
1 parent 3cd8c14 commit b6fa1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mailgen/Templates/DefaultTemplate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class DefaultTemplate : BaseTemplate
{
protected override string GetTemplatePath()
{
return "Templates/default.liquid";
return "Templates.default.liquid";
}
}

0 comments on commit b6fa1fc

Please sign in to comment.