Skip to content

Commit

Permalink
fix: updates "service" line to fix missing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Mar 19, 2024
1 parent a5a467f commit 873907f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trestlebot/entrypoints/create_cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def setup_create_cd_arguments(self) -> None:
type=str,
choices=[
"interconnection",
"service" "software",
"service",
"software",
"hardware",
"policy",
"physical",
Expand Down

0 comments on commit 873907f

Please sign in to comment.