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]