From 09366a9eb51224196fe97303d78cee8ddb30ad01 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 13 Nov 2024 19:06:22 -0700 Subject: [PATCH] Bwuh --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {