Skip to content

Commit 0919f95

Browse files
authored
Update cmd/mailer.go
1 parent 0183de7 commit 0919f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mailer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ func runSendMail(c *cli.Context) error {
4646
if extra.HasError() {
4747
return handleCliResponseExtra(extra)
4848
}
49-
_ = fmt.Sprintf("Sent %s email(s) to all users", respText)
49+
_, _ = fmt.Printf("Sent %s email(s) to all users\n", respText)
5050
return nil
5151
}

0 commit comments

Comments
 (0)