Bug Fix: Rectified the k8s_worker_common 51/1951/1
authorAbhijit Dasgupta <abhijit.das.gupta@huawei.com>
Mon, 11 Nov 2019 10:55:31 +0000 (10:55 +0000)
committerAbhijit Dasgupta <abhijit.das.gupta@huawei.com>
Mon, 11 Nov 2019 11:06:33 +0000 (11:06 +0000)
Signed-off-by: Abhijit Dasgupta <abhijit.das.gupta@huawei.com>
Change-Id: I08fb5e8cef492d3540fd92de6cd9067d2710bc12

blueprints/iotgateway/scripts/setup.sh

index 52459b8..2d8af77 100755 (executable)
@@ -56,7 +56,7 @@ setup_k8sworkers()
   # Install Docker on ELIOT Node
   SETUP_WORKER_COMMON="sudo rm -rf ~/eliot &&\
                        git clone ${ELIOT_REPO} &&\
-                       cd eliot/blueprints/iotgteway/scripts/ && source common.sh"
+                       cd eliot/blueprints/iotgateway/scripts/ && source common.sh"
   #SETUP_WORKER_COMMON="cd eliot/scripts/ && source common.sh"
   SETUP_WORKER="cd eliot/blueprints/iotgateway/scripts/ && source k8sworker.sh"