Skip to content

Commit

Permalink
add missing '
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetSaroha committed Sep 19, 2024
1 parent 3b9fe3b commit 84b5174
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 @@ -417,7 +417,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 84b5174

Please sign in to comment.