Skip to content

Commit d912b21

Browse files
committed
"Running Minikube is not satisfied"
1 parent 3a46064 commit d912b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def check_installation(tool_info: ToolInfo) -> ToolStatus:
181181
url_label = click.style(" URL: ", fg="yellow", bold=True)
182182
url_text = click.style(f"{tool_info.install_url}", fg="yellow")
183183

184-
click.secho(f" 💥 {tool_info.tool_name} is not installed. {location}", fg="yellow")
184+
click.secho(f" 💥 {tool_info.tool_name} is not satisfied. {location}", fg="yellow")
185185
click.echo(instruction_label + instruction_text)
186186
click.echo(url_label + url_text)
187187
return ToolStatus.Unsatisfied

0 commit comments

Comments
 (0)