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 55d7572 commit eed705fCopy full SHA for eed705f
install-binary.sh
@@ -8,9 +8,7 @@ export GREP_COLOR="never"
8
9
HELM_MAJOR_VERSION=$(helm version --client --short | awk -F '.' '{print $1}')
10
11
-if [ "$HELM_MAJOR_VERSION" = "Client: v2" ]; then
12
- : ${HELM_PLUGIN_DIR:="$(helm home --debug=false)/plugins/helm-diff"}
13
-fi
+: ${HELM_PLUGIN_DIR:="$(helm home --debug=false)/plugins/helm-diff"}
14
15
# Convert the HELM_PLUGIN_DIR to unix if cygpath is
16
# available. This is the case when using MSYS2 or Cygwin
0 commit comments