Skip to content

Commit b1573fe

Browse files
authored
Merge pull request #9 from sjmiller609/patch-1
Fix typo
2 parents f5c50bf + d77888a commit b1573fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ helm_update() {
4040
fi
4141

4242
if [ "$STATUS" = "failed" ] || [ "$STATUS" = "deleted" ]; then
43-
if [ "$HELM" == "helm_v3"]; then
43+
if [ "$HELM" == "helm_v3" ]; then
4444
$HELM uninstall $NAME
4545
else
4646
$HELM "$@" --purge $NAME

0 commit comments

Comments
 (0)