Skip to content

Commit

Permalink
Update cmd/kes/identity.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shubhendu <shubhendu@minio.io>
Signed-off-by: Andreas Auernhammer <github@aead.dev>
  • Loading branch information
aead and shtripat committed May 4, 2024
1 parent a4854c9 commit 3054409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kes/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func identityCmd(args []string) {
fmt.Fprintln(buf)
fmt.Fprintln(buf, " ", tui.NewStyle().Bold(true).Render(key.Identity().String()))
fmt.Fprintln(buf)
fmt.Fprintln(buf, "The identity is not a secret an can be shared securely.")
fmt.Fprintln(buf, "The identity is not a secret and can be shared securely.")
fmt.Fprintln(buf, "Peers need your identity in order to verify your API key.")
fmt.Fprintln(buf)
fmt.Fprintln(buf, "This identity can be re-computed again via:")
Expand Down

0 comments on commit 3054409

Please sign in to comment.