Skip to content

Commit

Permalink
Merge pull request #35 from deepset-ai/bilgeyucel-patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
anakin87 authored Aug 19, 2024
2 parents 112ae25 + 9984a04 commit a9bf993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hayhooks/cli/status/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def status(server_conf):
try:
r = requests.get(urljoin(server, "status"), verify=not disable_ssl)
except ConnectionError:
click.echo("Hayhooks server is not responding. To start one, run `hayooks run`")
click.echo("Hayhooks server is not responding. To start one, run `hayhooks run`")
return

if r.status_code >= 400:
Expand Down

0 comments on commit a9bf993

Please sign in to comment.