From 00ed9b7b7e66729e7d203e50adda1a024de973d7 Mon Sep 17 00:00:00 2001 From: maddalax Date: Fri, 13 Sep 2024 16:28:35 -0500 Subject: [PATCH] rename template --- framework/tooling/mhtml/Taskfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/tooling/mhtml/Taskfile.yml b/framework/tooling/mhtml/Taskfile.yml index 29ef183..5ec7dfe 100644 --- a/framework/tooling/mhtml/Taskfile.yml +++ b/framework/tooling/mhtml/Taskfile.yml @@ -9,6 +9,7 @@ tasks: desc: Generate template from source code cmds: - go run github.com/maddalax/mhtml/framework/tooling/downloadtemplate@latest -out my-app + - echo "Template generated successfully to ./my-app" setup: deps: [copy-framework-assets, ast]