Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 18, 2024
1 parent e47239b commit a8f9737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test(ctx, verbosity):
if result:
click.echo('Broker test successful')
else:
LOGGER.error('Could not connect to broker defined by WI2BOX_BROKER_PUBLIC') # noqa
LOGGER.error('Could not connect to broker defined by WIS2BOX_BROKER_PUBLIC') # noqa
click.echo('Broker test failed')
exit(1)

Expand Down

0 comments on commit a8f9737

Please sign in to comment.