refact: rename template
This commit is contained in:
parent
648653df59
commit
b0a0d5b8a8
@ -29,12 +29,12 @@ async function readAndPrint(args: {
|
||||
issues.sort((a, b) => a.number - b.number);
|
||||
let print: string = "";
|
||||
if (args.overall) {
|
||||
print = await Eta.renderFile("overall.md.eta", {
|
||||
print = await Eta.renderFile("overall.md", {
|
||||
issues: issues
|
||||
}) as string;
|
||||
}
|
||||
else {
|
||||
print = await Eta.renderFile("sr.md.eta", {
|
||||
print = await Eta.renderFile("specific.md", {
|
||||
issues: issues
|
||||
}) as string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user