Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed May 11, 2024
1 parent f16e8b5 commit d1885ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant_cli/plugins/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def cli(ctx: Configuration, service: str, entity: str) -> None:
webbrowser.open_new_tab(url)
else:
ctx.echo(
"Could not find url pattern for service {}".format(service)
"Could not find URL pattern for service {}".format(service)
)
else:
ctx.echo("No exact location info found in {}".format(thing))
Expand Down

0 comments on commit d1885ea

Please sign in to comment.