summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-08-19 23:02:37 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-08-19 23:03:06 -0500
commit70a1875624b0c25b1a8833fb4094ef98c75631f3 (patch)
tree27173a28a13cb6110ae63deaba5c770461c5e72f /ci
parentdc2188eb979f9ba70d687267671aa585c47a05d9 (diff)
typo error.
Change-Id: Ic57540101250b355ac230f2cc4de2a69efc4f1a2 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-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 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/ //'`