Skip to content

Commit

Permalink
fix: improper display of TTLV text form when getiting kmip opaque object
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Henri Symoneaux <[email protected]>
  • Loading branch information
phsym committed Feb 10, 2025
1 parent a41ebaf commit 464ad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/okms/kmip/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func getCommand() *cobra.Command {
pem := exit.OnErr2(obj.PkixPem())
fmt.Println(pem)
default:
os.Stdout.Write(ttlv.MarshalText(resp))
os.Stdout.Write(ttlv.MarshalText(obj))
}
}

Expand Down

0 comments on commit 464ad0d

Please sign in to comment.