summaryrefslogtreecommitdiffstats
path: root/ci/02-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-01-19 17:02:57 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2017-01-19 17:03:22 -0600
commitec2e581d926243b50962490bb503b551cbc7a18b (patch)
treede229bd07546af1360aff08678d22ba67970406c /ci/02-deploybundle.sh
parent0cd6c7dac297478d5dd66313aef09e5e5324d2ad (diff)
modified for Kubernetes.
Change-Id: Ibe3c04f7988bfb1f9907ecd82c04ea5d22575eef Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-xci/02-deploybundle.sh2
1 files changed, 1 insertions, 1 deletions
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`