Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions install-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ export GREP_COLOR="never"

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

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

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