Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Oct 14, 2023
1 parent b8c7c20 commit 0dbc5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinfra_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _print_support(ctx, param, value):
if not value:
return

logger.info("--> Support information:", err=True)
logger.info("--> Support information:")
print_support_info()
ctx.exit()

Expand Down

0 comments on commit 0dbc5ff

Please sign in to comment.