Skip to content

Commit ac4b208

Browse files
author
kuba--
committed
Fix silly typo.
Signed-off-by: kuba-- <[email protected]>
1 parent d349356 commit ac4b208

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
@@ -194,7 +194,7 @@ func (c *Server) registerDrivers() error {
194194
logrus.Debug("established connection with pilosa")
195195

196196
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))
197+
c.engine.Catalog.RegisterIndexDriver(pilosalib.NewDriver(filepath.Join(c.IndexDir, pilosalib.DriverID)))
198198
logrus.Debug("registered pilosa index driver")
199199

200200
return nil

0 commit comments

Comments
 (0)