From 614f5bfebed59102e4ed552235d6b43a45d13eac Mon Sep 17 00:00:00 2001 From: louiseschmidtgen Date: Fri, 21 Jun 2024 10:09:08 +0200 Subject: [PATCH] comments --- build-scripts/hack/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/hack/util.py b/build-scripts/hack/util.py index b6dd0c730..090f1d4f4 100644 --- a/build-scripts/hack/util.py +++ b/build-scripts/hack/util.py @@ -54,9 +54,9 @@ def helm_pull(chart, repo_url: str, version: str, destination: Path) -> None: [ "helm", "pull", - f"{chart}", + chart, "--repo", - f"{repo_url}", + repo_url, "--version", version, "--destination",