diff --git a/magefiles/internal/utilities/utilities.go b/magefiles/internal/utilities/utilities.go index 07a20bb..babe68e 100644 --- a/magefiles/internal/utilities/utilities.go +++ b/magefiles/internal/utilities/utilities.go @@ -3,12 +3,12 @@ package utilities import ( "errors" "fmt" - "html/template" "io/fs" "os" "path/filepath" "slices" "strings" + "text/template" "codeflow.dananglin.me.uk/linux-home/manager/magefiles/internal/config" "codeflow.dananglin.me.uk/linux-home/manager/magefiles/internal/templatefuncs"