Correctly output blob after decryption with cat

This commit is contained in:
Alexander Neumann 2014-11-15 20:19:34 +01:00
parent 2ac9d28c8d
commit d20c4ff316
1 changed files with 1 additions and 1 deletions

View File

@ -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":