aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSan Jacobs2025-06-06 21:46:11 +0200
committerSan Jacobs2025-06-06 21:46:11 +0200
commit7cae333f258136f7bea4014f029f39511de9ec4e (patch)
tree203cd07c9e3dc89d555c7e0ab3032e3ec46be5cc
parent9fd76d7fcef56815f8df77144dd2cf5f27b685b6 (diff)
downloadbetter-report-7cae333f258136f7bea4014f029f39511de9ec4e.tar.gz
better-report-7cae333f258136f7bea4014f029f39511de9ec4e.tar.bz2
better-report-7cae333f258136f7bea4014f029f39511de9ec4e.zip
LYDrapport
-rwxr-xr-xmain.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.odin b/main.odin
index c7a4e40..b09154c 100755
--- a/main.odin
+++ b/main.odin
@@ -92,7 +92,7 @@ main :: proc() {
fmt.printf("Parse failed: {}\n", file_info.fullpath)
continue
}
- output_name := fmt.aprintf("{}/{}_Knekt_rapport.html", filepath.dir(file_info.fullpath), parsed.title, allocator=context.temp_allocator)
+ output_name := fmt.aprintf("{}/{}_Knekt_Lydrapport.html", filepath.dir(file_info.fullpath), parsed.title, allocator=context.temp_allocator)
render(parsed, output_name)
free_all(context.temp_allocator)
files_done += 1