Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Jun 21, 2024
1 parent fd0df08 commit 614f5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/hack/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 614f5bf

Please sign in to comment.