forked from TrueCloudLab/restic
Rename backend subdir 'blobs' to 'data'
This commit is contained in:
parent
b403769ae8
commit
804cebde67
8 changed files with 22 additions and 31 deletions
2
tree.go
2
tree.go
|
@ -171,7 +171,7 @@ func (node *Node) CreateAt(ch *ContentHandler, path string) error {
|
|||
}
|
||||
|
||||
for _, blobid := range node.Content {
|
||||
buf, err := ch.Load(backend.Blob, blobid)
|
||||
buf, err := ch.Load(backend.Data, blobid)
|
||||
if err != nil {
|
||||
return arrar.Annotate(err, "Load")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue