diff --git a/starter/create/create.go b/starter/create/create.go index c35e9a4..e1f885e 100644 --- a/starter/create/create.go +++ b/starter/create/create.go @@ -84,7 +84,7 @@ func (s StarterCreator) Create() { must(os.WriteFile(targetPath, content, 0o644)) log.Printf("StarterCreator.Create: wrote starter main.go to %s", targetPath) - s.copyFile("../../template.air.toml", ".air.toml") + s.copyFile("template.air.toml", ".air.toml") //s.copyGoMod() //s.executeGoModTidy() diff --git a/template.air.toml b/starter/template.air.toml similarity index 100% rename from template.air.toml rename to starter/template.air.toml