Skip to content

Commit 44adc3e

Browse files
committed
shorten user prompt
1 parent 53f0171 commit 44adc3e

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
@@ -186,7 +186,7 @@ def is_helm_installed_and_offer_if_not() -> tuple[bool, str]:
186186
inquirer.Confirm(
187187
"install_helm",
188188
message=click.style(
189-
"Would you like to use Warnet's downloader to install Helm into your virtual environment?",
189+
"Would you like Warnet to install Helm into your virtual environment?",
190190
fg="blue",
191191
bold=True,
192192
),

0 commit comments

Comments
 (0)