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 2b559d6 commit 7f10f25Copy full SHA for 7f10f25
install-binary.sh
@@ -6,9 +6,9 @@ PROJECT_NAME="helm-diff"
6
PROJECT_GH="databus23/$PROJECT_NAME"
7
export GREP_COLOR="never"
8
9
-HELM_MAJOR_VERSION=$(helm version --client --short | awk -F '.' '{print $1}')
+HELM_MAJOR_VERSION=$("${HELM_BIN}" version --client --short | awk -F '.' '{print $1}')
10
11
-: ${HELM_PLUGIN_DIR:="$(helm home --debug=false)/plugins/helm-diff"}
+: ${HELM_PLUGIN_DIR:="$("${HELM_BIN}" home --debug=false)/plugins/helm-diff"}
12
13
# Convert the HELM_PLUGIN_DIR to unix if cygpath is
14
# available. This is the case when using MSYS2 or Cygwin
0 commit comments