diff --git a/index.js b/index.js index 8a49ba0..7a658d4 100644 --- a/index.js +++ b/index.js @@ -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) => {