From 882bebf1d8507d6bcd4b4bfae23a861057353785 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Thu, 2 May 2019 11:11:11 -0400 Subject: [PATCH] Fix spelling error helm chats -> helm charts --- deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index 2241281fb..02b6f94c1 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -push_helm_chats() { +push_helm_charts() { PACKAGE=$1 CHANGED=0 VERSION=$(grep 'version:' deploy/"$PACKAGE"/helm/Chart.yaml | awk '{print $2}') @@ -53,6 +53,6 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then mkdir -p csi-charts/docs popd >/dev/null - push_helm_chats rbd - push_helm_chats cephfs + push_helm_charts rbd + push_helm_charts cephfs fi