From 17de0a4561634b23af4f6461b270af248259e3e6 Mon Sep 17 00:00:00 2001 From: Yustina <62885041+YustinaKvr@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:20:28 +0100 Subject: [PATCH] Fix PAAS squad name (#93) --- scripts/eod_9_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/eod_9_scheduler.py b/scripts/eod_9_scheduler.py index 8039a15..d468642 100644 --- a/scripts/eod_9_scheduler.py +++ b/scripts/eod_9_scheduler.py @@ -25,7 +25,7 @@ "Compute Squad": {"stream": "compute", "topic": "hc_alerts topic"}, "Security Services Squad": {"stream": "security services", "topic": "Doc Alerts"}, "CMS Squad": {"stream": "CMS Squad", "topic": "Doc alerts"}, - "PaaS Squad": {"stream": "PaaS Squad", "topic": "Doc alerts"}, + "PAAS Squad": {"stream": "PaaS Squad", "topic": "Doc alerts"}, "Storage Squad": {"stream": "Storage Squad", "topic": "helpcenter_alerts"}, "Container Squad": {"stream": "Container squad", "topic": "Doc alerts"}, "Network Squad": {"stream": "network", "topic": "Alerts_HelpCenter"}