diff --git a/install.go b/install.go index 400ce24..e24483b 100644 --- a/install.go +++ b/install.go @@ -66,7 +66,7 @@ func install(app *App, qMap goyesql.Queries) { } // Default template. - tplBody, err := ioutil.ReadFile("templates/default.tpl") + tplBody, err := ioutil.ReadFile("email-templates/default.tpl") if err != nil { tplBody = []byte(tplTag) }