Update go/libraries/doltcore/env/multi_repo_env.go

Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
Neil Macneale IV
2024-07-30 08:32:43 -07:00
committed by GitHub
parent 2584a4c49a
commit becff737fd

View File

@@ -66,7 +66,6 @@ func (sms StorageMetadataMap) ArchiveFilesPresent() bool {
}
func GetMultiEnvStorageMetadata(dataDirFS filesys.Filesys) (StorageMetadataMap, error) {
dbMap := make(map[string]filesys.Filesys)
path, err := dataDirFS.Abs("")