зеркало из https://github.com/microsoft/Burrow.git
fix typo in emailer.go
This commit is contained in:
Родитель
cb157aa9f4
Коммит
8b922e98a8
|
@ -120,7 +120,7 @@ OUTERLOOP:
|
|||
}
|
||||
}
|
||||
|
||||
// Send an email if any of the resoults breaches the threshold
|
||||
// Send an email if any of the results breaches the threshold
|
||||
for _, result := range results {
|
||||
if result.Status >= thresholdVal {
|
||||
emailer.sendEmail(email, results)
|
||||
|
|
Загрузка…
Ссылка в новой задаче