mirror of https://github.com/restic/restic.git
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…
Reference in New Issue