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 c7678a5 commit 82b5e47Copy full SHA for 82b5e47
src/warnet/project.py
@@ -500,7 +500,7 @@ def install_helm_rootlessly_to_venv():
500
uname_arch = os.uname().machine
501
arch = query_arch_from_uname(uname_arch)
502
if not arch:
503
- click.secho(f"No Helm binary candidate for arch: {arch}", fg="red")
+ click.secho(f"No Helm binary candidate for arch: {uname_arch}", fg="red")
504
sys.exit(1)
505
506
helm_filename = f"{HELM_BINARY_NAME}-{version}-{os_name}-{arch}.tar.gz"
0 commit comments