Go is hard

This commit is contained in:
Łukasz Magiera 2020-07-07 13:48:13 +02:00
parent 18fc3337ff
commit d370e0ae2d

View File

@ -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)