Compare commits

1 Commits

Author SHA1 Message Date
f72b12aa6c fix(template): attempt to fix a crash on windows 2025-10-17 18:19:55 -04:00

View File

@@ -54,7 +54,7 @@ func GenerateProject(opts TemplateOptions) {
return return
} }
subFS, err := fs.Sub(fsys, filepath.Join(opts.Lang, opts.ProjectType)) subFS, err := fs.Sub(fsys, path.Join(opts.Lang, opts.ProjectType))
if err != nil { if err != nil {
slog.Error("Unable to find project template", "template", opts.ProjectType, "error", err) slog.Error("Unable to find project template", "template", opts.ProjectType, "error", err)
} }