Skip to content

Commit eed705f

Browse files
committed
Fix regression on plugin installation for Helm 2
Fixes #223
1 parent 55d7572 commit eed705f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install-binary.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ export GREP_COLOR="never"
88

99
HELM_MAJOR_VERSION=$(helm version --client --short | awk -F '.' '{print $1}')
1010

11-
if [ "$HELM_MAJOR_VERSION" = "Client: v2" ]; then
12-
: ${HELM_PLUGIN_DIR:="$(helm home --debug=false)/plugins/helm-diff"}
13-
fi
11+
: ${HELM_PLUGIN_DIR:="$(helm home --debug=false)/plugins/helm-diff"}
1412

1513
# Convert the HELM_PLUGIN_DIR to unix if cygpath is
1614
# available. This is the case when using MSYS2 or Cygwin

0 commit comments

Comments
 (0)