mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
Correctly output blob after decryption with cat
This commit is contained in:
parent
2ac9d28c8d
commit
d20c4ff316
@ -53,7 +53,7 @@ func commandCat(be backend.Server, key *khepri.Key, args []string) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
_, err = os.Stdout.Write(data)
|
_, err = os.Stdout.Write(buf)
|
||||||
return err
|
return err
|
||||||
|
|
||||||
case "tree":
|
case "tree":
|
||||||
|
Loading…
Reference in New Issue
Block a user