Skip to content

Commit e7301b5

Browse files
committed
color
1 parent 7dc13c9 commit e7301b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/homl_cli/utils/install_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def install(insecure_socket: bool, upgrade: bool, gptoss: bool, install_webui: b
156156
if not check_and_install_nvidia_runtime():
157157
return
158158
else:
159-
click.echo("No NVIDIA runtime found. Currently only support NVIDIA GPU. Abort.", fg="red")
159+
click.secho("No NVIDIA runtime found. Currently only support NVIDIA GPU. Abort.", fg="red")
160160
return
161161

162162
# 4. Define paths

0 commit comments

Comments
 (0)