diff --git a/my_deploy.sh b/my_deploy.sh
index 5667950817c4648d036888ac8acf649c3886ebaa..9d0a38d33c7342d3711d8042e4c5ec721161b93a 100644
--- a/my_deploy.sh
+++ b/my_deploy.sh
@@ -4,9 +4,9 @@ export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
 # Supported components are:
 #   context device automation policy service compute monitoring webui
 #   interdomain slice pathcomp dlt
-#   dbscanserving opticalattackmitigator opticalcentralizedattackdetector
+#   dbscanserving opticalattackmitigator opticalattackdetector
 #   l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector
-export TFS_COMPONENTS="context device automation service compute monitoring webui"
+export TFS_COMPONENTS="context device automation pathcomp service compute monitoring webui"
 
 # Set the tag you want to use for your images.
 export TFS_IMAGE_TAG="dev"