diff --git a/node/repo/fsrepo_ds.go b/node/repo/fsrepo_ds.go index ba3e567b0..745645c9b 100644 --- a/node/repo/fsrepo_ds.go +++ b/node/repo/fsrepo_ds.go @@ -83,7 +83,7 @@ func (fsr *fsLockedRepo) openMultiDatastores() (map[string]map[int64]datastore.B out[p] = map[int64]datastore.Batching{} for _, info := range di { - path = filepath.Join(path, info.Name()) + path := filepath.Join(path, info.Name()) prefix := datastore.NewKey(p)