mirror of
https://github.com/restic/restic.git
synced 2025-12-10 05:31:49 +00:00
Correctly output blob after decryption with cat
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user