change dma to dbm

This commit is contained in:
Adrian Zürcher
2025-04-29 08:32:06 +02:00
parent fd835b67dc
commit c1d822b296
3 changed files with 37 additions and 37 deletions

View File

@@ -44,7 +44,7 @@ func NewDbmHandler(a *args.Args) (*DBMHandler, error) {
// Initialize dtabase manager handler
dmaHandler := DBMHandler{
arg: a,
filePath: fmt.Sprintf("%s/%s.dma", a.RootDir, a.DMAFile),
filePath: fmt.Sprintf("%s/%s.dbm", a.RootDir, a.DBMFile),
Log: logger,
Conns: serverModels.NewConnections(),
}