Skip to content

Commit

Permalink
Fix use helm_bin.short_path (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosGamezF authored Jan 7, 2025
1 parent 3fb6bf0 commit 4614406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/private/helm_push.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fi
# We use short_path because it's a runfile
"{CHART_PATH}": chart.short_path,
"{CHART_NAME}": chart_name,
"{HELM_BINARY}": helm_bin.path,
"{HELM_BINARY}": helm_bin.short_path,
"{REMOTE}": repo_url,
"{REPO_CONFIG_PATH}": repo_config_path
},
Expand Down

0 comments on commit 4614406

Please sign in to comment.