We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d349356 commit ac4b208Copy full SHA for ac4b208
cmd/gitbase/command/server.go
@@ -194,7 +194,7 @@ func (c *Server) registerDrivers() error {
194
logrus.Debug("established connection with pilosa")
195
196
c.engine.Catalog.RegisterIndexDriver(pilosa.NewDriver(filepath.Join(c.IndexDir, pilosa.DriverID), client))
197
- c.engine.Catalog.RegisterIndexDriver(pilosalib.NewDriver(filepath.Join(c.IndexDir, pilosalib.DriverID))
+ c.engine.Catalog.RegisterIndexDriver(pilosalib.NewDriver(filepath.Join(c.IndexDir, pilosalib.DriverID)))
198
logrus.Debug("registered pilosa index driver")
199
200
return nil
0 commit comments