Skip to content

Commit

Permalink
Merge branch 'osl-incubator:main' into interactive-args
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetSaroha authored Sep 22, 2024
2 parents d7aca32 + af80420 commit 35a2f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makim/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def run_app() -> None:
suggestion = suggest_command(command_used, available_cmds)

typer.secho(
f"Command {command_used} not found. Did you mean {suggestion}'?",
f"Command {command_used} not found. Did you mean '{suggestion}'?",
fg='red',
)

Expand Down

0 comments on commit 35a2f07

Please sign in to comment.