fix imports

This commit is contained in:
2024-12-31 15:11:57 +02:00
parent 808c7646bf
commit 4233f9c3d1
13 changed files with 13 additions and 13 deletions

View File

@@ -62,7 +62,7 @@ fn configfilepath(args InstallArgs) string {
}
fn configure(args InstallArgs) ! {
c := $tmpl('template/redis_config.conf')
c := $tmpl('templates/redis_config.conf')
pathlib.template_write(c, configfilepath(), true)!
}