Fixup build error from typo

This was introduced in 3869f3a3b2
This commit is contained in:
Aaron Lindsay 2017-10-30 21:06:27 -04:00
parent 3869f3a3b2
commit 5056b2b2ec
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ func staticHandler(w http.ResponseWriter, r *http.Request, basedir string) {
}
func main() {
dsn := db.GetDSN(cfg.MoneyGo.DbType, cfg.MoneyGo.DSN)
dsn := db.GetDSN(cfg.MoneyGo.DBType, cfg.MoneyGo.DSN)
database, err := sql.Open(cfg.MoneyGo.DBType.String(), dsn)
if err != nil {
log.Fatal(err)