Skip to content

Commit 0befe6b

Browse files
Update share/eds/store.go
Co-authored-by: Hlib Kanunnikov <hlibwondertan@gmail.com>
1 parent 48fb084 commit 0befe6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/eds/store.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type Store struct {
4141
func NewStore(basepath string, ds datastore.Batching) (*Store, error) {
4242
err := setupPath(basepath)
4343
if err != nil {
44-
return nil, fmt.Errorf("failed to setup EDSStore directories: %w", err)
44+
return nil, fmt.Errorf("failed to setup eds.Store directories: %w", err)
4545
}
4646

4747
r := mount.NewRegistry()

0 commit comments

Comments
 (0)