Skip to content

Commit e635fba

Browse files
authored
Update cmd_init.py
1 parent 369d7b8 commit e635fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ def ask_for_telemetry() -> bool:
13731373
from rich.prompt import Confirm
13741374

13751375
return Confirm.ask(
1376-
"⚡️ Help us improve Codeflash by sharing anonymous usage data (e.g., commands run, errors encountered)?",
1376+
"⚡️ Help us improve Codeflash by sharing anonymous usage data (e.g. errors encountered)?",
13771377
default=True,
13781378
show_default=True,
13791379
)

0 commit comments

Comments
 (0)