From b6bfee3dba268615109ec1bb64dfc29b59aa01c7 Mon Sep 17 00:00:00 2001
From: Carlos Natalino <carlos.natalino@chalmers.se>
Date: Fri, 2 Jun 2023 14:26:09 +0000
Subject: [PATCH] Fixing the name of the optical cybersecurity component.

---
 install_requirements.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_requirements.sh b/install_requirements.sh
index f2013d275..213edef5a 100755
--- a/install_requirements.sh
+++ b/install_requirements.sh
@@ -20,7 +20,7 @@
 #   dlt                 : under design
 #   pathcomp            : under design
 ALL_COMPONENTS="context device service compute monitoring webui interdomain slice"
-ALL_COMPONENTS="${ALL_COMPONENTS} dbscanserving opticalattackmitigator opticalcentralizedattackdetector"
+ALL_COMPONENTS="${ALL_COMPONENTS} dbscanserving opticalattackmitigator opticalattackdetector"
 ALL_COMPONENTS="${ALL_COMPONENTS} l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector"
 TFS_COMPONENTS=${TFS_COMPONENTS:-$ALL_COMPONENTS}
 
-- 
GitLab