Skip to content

Commit f09c8fb

Browse files
committed
concerns
1 parent d2c0d73 commit f09c8fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/cli/cli_params.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ class LaunchMode(str, Enum):
228228
questionary.Choice(
229229
title="Run blue",
230230
value=("as blue team", LaunchMode.RUN_BLUE),
231-
description="run as blue team",
231+
description="Run as blue team",
232232
),
233233
questionary.Choice(
234234
title="Run yellow",
235235
value=("as yellow team", LaunchMode.RUN_YELLOW),
236-
description="run as yellow team",
236+
description="Run as yellow team",
237237
),
238238
]
239239

@@ -303,7 +303,7 @@ class DeployOption(str, Enum):
303303
),
304304
questionary.Choice(
305305
title=ROBOT_SOFTWARE_PLAYBOOK_NAME,
306-
value=("robot software ", "deploy_robot_software.yml", False),
306+
value=("robot software ", ROBOT_SOFTWARE_PLAYBOOK_NAME, False),
307307
description="Build and flash Thunderloop and the robot software",
308308
),
309309
questionary.Choice(

0 commit comments

Comments
 (0)