From 70a1875624b0c25b1a8833fb4094ef98c75631f3 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 19 Aug 2016 23:02:37 -0500 Subject: [PATCH] typo error. Change-Id: Ic57540101250b355ac230f2cc4de2a69efc4f1a2 Signed-off-by: Narinder Gupta --- ci/02-deploybundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ //'` -- 2.16.6