dont update here

This commit is contained in:
maddalax 2024-09-26 15:40:17 -05:00
parent 60476e59d6
commit b108b8aead

View file

@ -69,8 +69,6 @@ func DownloadTemplate(outPath string) {
slog.Debug("current working dir", slog.String("cwd", process.GetWorkingDir()))
commands := [][]string{
{"go", "get", "github.com/maddalax/htmgo/framework@latest"},
{"go", "get", "github.com/maddalax/htmgo/framework-ui@latest"},
{"git", "init"},
}