Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e030a44

Browse files
author
Michael Sauter
committedJan 10, 2022
Remove unknown helm home command
1 parent 050e1e1 commit e030a44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎install-binary.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ fi
1919
[ -z "$HELM_BIN" ] && HELM_BIN=$(command -v helm)
2020
HELM_MAJOR_VERSION=$("${HELM_BIN}" version --client --short | awk -F '.' '{print $1}')
2121

22-
HELM_HOME=$("${HELM_BIN}" home --debug=false)
2322
[ -z "$HELM_HOME" ] && HELM_HOME=$(helm env | grep 'HELM_DATA_HOME' | cut -d '=' -f2 | tr -d '"')
2423

2524
mkdir -p "$HELM_HOME"

0 commit comments

Comments
 (0)
Please sign in to comment.