update error message

Signed-off-by: adam <wjw3323@live.com>
pull/12172/head
adam 11 months ago
parent c35cd61664
commit 8e01ab8578

@ -263,7 +263,7 @@ testVersion() {
set +e
HELM="$(command -v $HELM_INSTALL_DIR/$BINARY_NAME)"
if [ "$?" = "1" ]; then
echo "$BINARY_NAME not found. Is $HELM_INSTALL_DIR on your "'$PATH?'
echo "$BINARY_NAME not found or can not be executed"
exit 1
fi
set -e

Loading…
Cancel
Save