Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix typo
`CLient` -> `Client`
  • Loading branch information
uthark authored Sep 14, 2024
1 parent 256bdc7 commit 5f836c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnleashClient/api/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def send_metrics(

if resp.status_code != 202:
log_resp_info(resp)
LOGGER.warning("Unleash CLient metrics submission failed.")
LOGGER.warning("Unleash Client metrics submission failed.")
return False

LOGGER.info("Unleash Client metrics successfully sent!")
Expand Down

0 comments on commit 5f836c4

Please sign in to comment.