Skip to content

Commit 4202fcb

Browse files
j2rong4cnjyxjjj
authored andcommitted
.
1 parent 0c5f312 commit 4202fcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/chunk/driver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ func (d *Chunk) Drop(ctx context.Context) error {
5353
return nil
5454
}
5555

56-
func (Addition) GetRootPath() string {
57-
return "/"
56+
func (*Chunk) GetRootPath() string {
57+
return ""
5858
}
5959

6060
func (d *Chunk) Get(ctx context.Context, path string) (model.Obj, error) {

0 commit comments

Comments
 (0)