Skip to content

Commit ba2b911

Browse files
committed
added link to demo-magic
1 parent 4d2d109 commit ba2b911

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pks_demo.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
########################
1212
# include the magic
1313
########################
14-
. demo-magic.sh
14+
. ./../demo-magic/demo-magic.sh
1515

1616
# hide the evidence
1717
clear
@@ -22,8 +22,9 @@ pe "pks clusters"
2222
pe "pks cluster my-cluster"
2323
p "pks create-cluster my-kube -e 10.40.14.34 -n 1"
2424
pe "bosh -e kubobosh deployments"
25-
pe "bosh -e kubobosh deployments | grep service-instance_* | awk '{print $1}'"
25+
pe "bosh -e kubobosh deployments | grep service-instance_*"
2626
SERVICEINSTANCE=$(bosh -e kubobosh deployments | grep service-instance_* | awk '{print $1}')
2727
pe "bosh -e kubobosh -d $SERVICEINSTANCE instances"
2828

29+
2930
#test

0 commit comments

Comments
 (0)