fix: add $HELM_INSTALL_DIR to testVersion

Signed-off-by: adam <wjw3323@live.com>
pull/12172/head
adam 1 year ago
parent 14d0c13e9e
commit c35cd61664

@ -261,7 +261,7 @@ fail_trap() {
# testVersion tests the installed client to make sure it is working.
testVersion() {
set +e
HELM="$(command -v $BINARY_NAME)"
HELM="$(command -v $HELM_INSTALL_DIR/$BINARY_NAME)"
if [ "$?" = "1" ]; then
echo "$BINARY_NAME not found. Is $HELM_INSTALL_DIR on your "'$PATH?'
exit 1

Loading…
Cancel
Save