diff options
Diffstat (limited to 'weed/command/fix.go')
| -rw-r--r-- | weed/command/fix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/fix.go b/weed/command/fix.go index 22480dcd0..f3103c6c2 100644 --- a/weed/command/fix.go +++ b/weed/command/fix.go @@ -43,7 +43,7 @@ func runFix(cmd *Command, args []string) bool { } defer indexFile.Close() - nm := storage.NewNeedleMap(indexFile) + nm := storage.NewBtreeNeedleMap(indexFile) defer nm.Close() vid := storage.VolumeId(*fixVolumeId) |
