From ec2e581d926243b50962490bb503b551cbc7a18b Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 19 Jan 2017 17:02:57 -0600 Subject: modified for Kubernetes. Change-Id: Ibe3c04f7988bfb1f9907ecd82c04ea5d22575eef Signed-off-by: Narinder Gupta --- ci/02-deploybundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/02-deploybundle.sh') diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index 6d2ead1c..26946bd4 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -16,7 +16,7 @@ if [[ "$opnfvmodel" = "openstack" ]]; then #copy and download charms cp $opnfvsdn/fetch-charms.sh ./fetch-charms.sh else - cp kubernates/fetch-charms.sh ./fetch-charms.sh + cp kubernetes/fetch-charms.sh ./fetch-charms.sh fi jujuver=`juju --version` -- cgit 1.2.3-korg