mirror of
https://github.com/restic/restic.git
synced 2026-04-29 15:59:25 +00:00
LoadDataBlob -> LoadBlob
This commit is contained in:
@@ -173,7 +173,7 @@ func (cmd CmdCat) Execute(args []string) error {
|
||||
blob := list[0]
|
||||
|
||||
buf := make([]byte, blob.Length)
|
||||
n, err := repo.LoadDataBlob(id, buf)
|
||||
n, err := repo.LoadBlob(restic.DataBlob, id, buf)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user