Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld authored Feb 8, 2018
1 parent cc2f567 commit 300962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ decrypt_chart() {
then
"$HELM_CMD" secrets dec-deps "$chart"
fi
if [ ! "$DECRYPT_CHARTS" = true ];
if [ ! "$BUILD_DEPS_AND_PACKAGE" = true ];
then
echo -e "${YELLOW}>>>>>>${NOC} ${BLUE}Dependencies build and package${NOC}"
"$HELM_CMD" dep build "$chart" && "$HELM_CMD" package "$chart"
Expand Down

0 comments on commit 300962e

Please sign in to comment.