fixing command case typo

This commit is contained in:
Jeff Billimek 2019-08-04 21:25:01 -04:00
parent 5f077e840b
commit 950e912b1e

View File

@ -66,8 +66,8 @@ find_latest_tag() {
package_chart() {
local chart="$1"
Helm dependency build "$chart"
Helm package "$chart" --destination .deploy
helm dependency build "$chart"
helm package "$chart" --destination .deploy
}
release_charts() {