We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a46064 commit d912b21Copy full SHA for d912b21
src/warnet/project.py
@@ -181,7 +181,7 @@ def check_installation(tool_info: ToolInfo) -> ToolStatus:
181
url_label = click.style(" URL: ", fg="yellow", bold=True)
182
url_text = click.style(f"{tool_info.install_url}", fg="yellow")
183
184
- click.secho(f" 💥 {tool_info.tool_name} is not installed. {location}", fg="yellow")
+ click.secho(f" 💥 {tool_info.tool_name} is not satisfied. {location}", fg="yellow")
185
click.echo(instruction_label + instruction_text)
186
click.echo(url_label + url_text)
187
return ToolStatus.Unsatisfied
0 commit comments