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 303ef45 commit 050e1e1Copy full SHA for 050e1e1
install-binary.sh
@@ -16,7 +16,7 @@ if type cygpath >/dev/null 2>&1; then
16
HELM_PLUGIN_DIR="$(cygpath -u "${HELM_PLUGIN_DIR}")"
17
fi
18
19
-[ -z "$HELM_BIN" ] && HELM_BIN=$(which helm)
+[ -z "$HELM_BIN" ] && HELM_BIN=$(command -v helm)
20
HELM_MAJOR_VERSION=$("${HELM_BIN}" version --client --short | awk -F '.' '{print $1}')
21
22
HELM_HOME=$("${HELM_BIN}" home --debug=false)
0 commit comments