Skip to content

Commit

Permalink
Update Quorum/checks/new_listing.py
Browse files Browse the repository at this point in the history
Co-authored-by: yoav-el-certora <[email protected]>
  • Loading branch information
nivcertora and yoav-el-certora authored Dec 29, 2024
1 parent c7e7586 commit dcb43a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quorum/checks/new_listing.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def new_listing_check(self) -> None:
# Check if Anthropic API key is configured
if not config.ANTHROPIC_API_KEY:
pp.pretty_print(
"first deposit check is skipped. If you have an LLM API key, you can add it to you env to enable this check",
"First deposit check is skipped. If you have a LLM API key, you can add it to your environment variables to enable this check",
pp.Colors.WARNING
)
return
Expand Down

0 comments on commit dcb43a5

Please sign in to comment.