Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit ee67e69

Browse files
committed
Fix wrong Datastore typo
1 parent 9d90dd9 commit ee67e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/migration-8/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ let storageBackend
8080
) {
8181
storageBackend = options['storageBackends']['keys']
8282
} else {
83-
storageBackend = FSDatastore
83+
storageBackend = Datastore
8484
}
8585

8686
const store = new storageBackend(path.join(repoPath, 'keys'), { extension: '.data' })

0 commit comments

Comments
 (0)