diff --git a/handler/htmx/artifact.go b/handler/htmx/artifact.go index 3ddfa154..38163c40 100644 --- a/handler/htmx/artifact.go +++ b/handler/htmx/artifact.go @@ -139,7 +139,7 @@ func RecordReadmeCopier(c echo.Context, dirs command.Dirs) error { return badRequest(c, err) } unid := c.Param("unid") - tmp, err := helper.MkContent(unid) + tmp, err := helper.MkContent(unid + "-copier") if err != nil { return badRequest(c, err) }