We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1563419 commit 7d8f55dCopy full SHA for 7d8f55d
cmd/notify-mailer/main.go
@@ -110,7 +110,7 @@ func (m *mailer) run() error {
110
startTime := m.clk.Now()
111
112
for i, dest := range destinations {
113
- m.printStatus(dest, i, len(destinations), startTime)
+ m.printStatus(dest, i, len(destinations)-1, startTime)
114
if strings.TrimSpace(dest) == "" {
115
continue
116
}
0 commit comments