Merge "Bug Fix: Rectified the k8s_worker_common"
authorkhemendra kumar <khemendra.kumar13@gmail.com>
Tue, 12 Nov 2019 01:09:29 +0000 (01:09 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Tue, 12 Nov 2019 01:09:29 +0000 (01:09 +0000)
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"