Skip to content

Commit

Permalink
deploy: min and streaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jan 20, 2025
1 parent 49ee43d commit 371f03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ func Notify(result *ScanResult, f Flags, version string) {
),
},
{
Label: fmt.Sprintf("Streaks (Max %d)", f.Streak),
Message: StreakSymbols(result.Streak, f.Streak, f.Min),
Label: "Streaks",
Message: StreakSymbols(result.Streak, f.Streak, f.Min) + "\n\r" + fmt.Sprintf("Last %d failed. Scan counter: %d", f.Streak, result.ScanCount),
},
}
if result.FirstDate != "" || result.LastDate != "" {
Expand Down

0 comments on commit 371f03d

Please sign in to comment.