Skip to content

Commit

Permalink
#636 Helm Integration
Browse files Browse the repository at this point in the history
#636 Helm Integration delete wrong if case
  • Loading branch information
CREITZ25 committed Mar 23, 2022
1 parent 84cd41c commit c33c267
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scripts/src/main/resources/scripts/command/helm
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ function doSetup() {
doInstall "-" "${HELM_HOME}" "helm" "${HELM_VERSION}"
fi

if command -v helm &> /dev/null
if [ "${1}" != "silent" ] && ! doIsQuiet
then
if [ "${1}" != "silent" ] && ! doIsQuiet
then
doRunCommand "helm version"
fi
fi
doRunCommand "helm version"
fi

}

Expand Down

0 comments on commit c33c267

Please sign in to comment.