Trivial Fix for helm_tk.sh

The folder name should be 'openstack-helm-infra' instead of
'openstack-helm'

Change-Id: Ib1ef1a6e00ae4224f7649f05a671933d10eb84f7
This commit is contained in:
Anthony Lin 2017-11-01 00:32:33 +00:00
parent b09c69a18a
commit de78dc99ae
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@ ${HELM} repo add local http://localhost:8879/charts
mkdir -p "${SERVE_DIR}"
cd "${SERVE_DIR}"
git clone --depth 1 https://git.openstack.org/openstack/openstack-helm-infra.git || true
cd openstack-helm
cd openstack-helm-infra
make helm-toolkit