Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
galal-hussein committed Nov 9, 2020
1 parent 484369e commit 0c95087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if [ "$BOOTSTRAP" != "true" ]; then
fi

if [ "$EXIST" == "1" ] || [ "$HELM_VERSION" == "v2" ]; then
if [ "$BOOTSTRSP" == "true" ]; then
if [ "$BOOTSTRAP" == "true" ]; then
echo "Error: bootstrap flag can't be set with helm version 2 charts, please remove the bootstrap flag and update the chart"
exit 1
fi
Expand Down

0 comments on commit 0c95087

Please sign in to comment.