Skip to content

Commit 492ae11

Browse files
committed
cmd/gitbase/command: initialize engine
Signed-off-by: Miguel Molina <[email protected]>
1 parent c97796b commit 492ae11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gitbase/command/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func (c *Server) buildDatabase() error {
118118
c.engine.Analyzer.AddRule(rule.SquashJoinsRule, rule.SquashJoins)
119119
}
120120

121-
return nil
121+
return c.engine.Init()
122122
}
123123

124124
func (c *Server) registerDrivers() error {

0 commit comments

Comments
 (0)