diff --git a/trestlebot/entrypoints/create_cd.py b/trestlebot/entrypoints/create_cd.py index cbc17036..e620ab29 100644 --- a/trestlebot/entrypoints/create_cd.py +++ b/trestlebot/entrypoints/create_cd.py @@ -71,7 +71,8 @@ def setup_create_cd_arguments(self) -> None: type=str, choices=[ "interconnection", - "service" "software", + "service", + "software", "hardware", "policy", "physical",