mirror of
https://github.com/restic/restic.git
synced 2025-03-13 13:11:25 +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
|
||||
}
|
||||
|
||||
_, err = os.Stdout.Write(data)
|
||||
_, err = os.Stdout.Write(buf)
|
||||
return err
|
||||
|
||||
case "tree":
|
||||
|
Loading…
x
Reference in New Issue
Block a user