This commit is contained in:
matsu-chara 2015-09-18 14:56:07 +09:00
Родитель cb157aa9f4
Коммит 8b922e98a8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)