Skip to content

Commit

Permalink
Merge pull request #3803 from puerco/announce-fix
Browse files Browse the repository at this point in the history
Fix krel announcement --print-only
  • Loading branch information
k8s-ci-robot authored Oct 18, 2024
2 parents 0c66c53 + 92e1d4b commit 97ae151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/krel/cmd/announce_send.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func runAnnounce(opts *sendAnnounceOptions, announceRootOpts *announceOptions, r

if announceRootOpts.printOnly {
logrus.Infof("The email content is:")
fmt.Print(content)
fmt.Print(string(content))
return nil
}

Expand Down

0 comments on commit 97ae151

Please sign in to comment.