LoadDataBlob -> LoadBlob

This commit is contained in:
Alexander Neumann
2016-09-03 20:20:14 +02:00
parent fe8c12c798
commit 436332d5f2
8 changed files with 17 additions and 17 deletions

View File

@@ -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
}