Skip to content

Commit

Permalink
copy object
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryl Matsenka committed Nov 11, 2023
1 parent 77b3408 commit d7e03ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/secret/app/command/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (h *ShowHandler) Handle(ctx context.Context, p *ShowPayload) error {
return err
}

p.Decoded = s
p.Decoded = &s
p.Decoded.Body = decrypted

return nil
Expand Down

0 comments on commit d7e03ec

Please # to comment.