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 050e1e1 commit e030a44Copy full SHA for e030a44
install-binary.sh
@@ -19,7 +19,6 @@ fi
19
[ -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)
23
[ -z "$HELM_HOME" ] && HELM_HOME=$(helm env | grep 'HELM_DATA_HOME' | cut -d '=' -f2 | tr -d '"')
24
25
mkdir -p "$HELM_HOME"
0 commit comments