From: Narinder Gupta Date: Sat, 20 Aug 2016 04:02:37 +0000 (-0500) Subject: typo error. X-Git-Tag: colorado.1.0~21 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=70a1875624b0c25b1a8833fb4094ef98c75631f3;p=joid.git typo error. Change-Id: Ic57540101250b355ac230f2cc4de2a69efc4f1a2 Signed-off-by: Narinder Gupta --- diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index a62aff9f..8a0502d9 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -46,7 +46,7 @@ if [ -e ~/.juju/deployment.yaml ]; then cp ~/.juju/deployment.yaml ./deployment.yaml if [ -e ~/.juju/deployconfig.yaml ]; then cp ~/.juju/deployconfig.yaml ./deployconfig.yaml - cp ~/.juju/labconfig.yaml ./lanconfig.yaml + cp ~/.juju/labconfig.yaml ./labconfig.yaml extport=`grep "ext-port" deployconfig.yaml | cut -d ' ' -f 4 | sed -e 's/ //' | tr ',' ' '` datanet=`grep "dataNetwork" deployconfig.yaml | cut -d ' ' -f 4 | sed -e 's/ //'` admnet=`grep "admNetwork" deployconfig.yaml | cut -d ' ' -f 4 | sed -e 's/ //'`