change directory ".disco" to "disco"

This commit is contained in:
Travis 2021-03-02 13:47:16 -06:00
parent 7789e24965
commit 4e7ec34c6d
No known key found for this signature in database
GPG key ID: 37080CC2042BA34E

View file

@ -52,7 +52,7 @@ const (
existenceFieldName = "_exists"
// DefaultDiscoDir is the default data directory used by the disco implementation.
DefaultDiscoDir = ".disco"
DefaultDiscoDir = "disco"
// DefaultIndexesDir is the default indexes directory used by the holder.
DefaultIndexesDir = "indexes"