This commit is contained in:
Christopher Cookman 2024-11-13 19:06:22 -07:00
parent aa74af0df5
commit 09366a9eb5

View file

@ -48,7 +48,7 @@ kuma.status(process.env.STATUSPAGE).then((status) => {
if (offline.length > 0) {
statusString += `${offline.length} of ${totalCount} services are offline. Offline services follow, ${offline.join(". ")}`
} else {
statusString += `No outages detected!`
statusString += `No outages detected. All ${totalCount} services are online.`
}
runCommand(process.env.TTS, statusString).then((output) => {