From 261b512b41a75349b26daf83fd78e6efb58e9963 Mon Sep 17 00:00:00 2001 From: Code by Ben Date: Mon, 30 Sep 2024 13:19:36 +1000 Subject: [PATCH] create duplicate --- handler/htmx/artifact.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }