Skip to content

Commit

Permalink
create duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Sep 30, 2024
1 parent bc7d301 commit 261b512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/htmx/artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 261b512

Please sign in to comment.