summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-02-05 23:48:20 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2017-02-05 23:48:20 -0600
commit29bfb487792f2361671e1b325f6bddf10753f2ed (patch)
tree9363d9a77284ad7d0445245dae67c61e1920a19e
parentc2496a94fa8b6a6548d9216a4799192ad3b23d33 (diff)
typo where forgot "$" against variable.
Change-Id: Id67793a32c0f2141b3e7082aa752607935870c1d Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-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 e9757bd8..c8d35ef3 100755
--- a/ci/02-deploybundle.sh
+++ b/ci/02-deploybundle.sh
@@ -17,7 +17,7 @@ maasver=`apt-cache policy maas | grep Installed | cut -d ':' -f 2 | sed -e 's/ /
if [[ "$opnfvmodel" = "openstack" ]]; then
#copy and download charms
- ./opnfvsdn/fetch-charms.sh $opnfvdistro
+ ./$opnfvsdn/fetch-charms.sh $opnfvdistro
tar xvf common/scaleio.tar -C ./$opnfvdistro/ --strip=2 juju-scaleio/trusty/
osdomname=''
else