Skip to content

Commit

Permalink
Nitpick spelling
Browse files Browse the repository at this point in the history
chats -> charts
  • Loading branch information
hyperbolic2346 authored and mergify[bot] committed May 2, 2019
1 parent e0a1661 commit b213b3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -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}')
Expand Down Expand Up @@ -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

0 comments on commit b213b3b

Please sign in to comment.